rpm
5.4.15
|
#include "system.h"
#include <rpmiotypes.h>
#include <rpmio.h>
#include <rpmlog.h>
#include <rpmurl.h>
#include <rpmcvs.h>
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | _RPMCVS_INTERNAL |
Functions | |
static void | rpmcvsFini (void *_cvs) |
static rpmcvs | rpmcvsGetPool (rpmioPool pool) |
rpmcvs | rpmcvsNew (const char *fn, int flags) |
Create and load a cvs wrapper. More... | |
Variables | |
int | _rpmcvs_debug = 0 |
rpmioPool | _rpmcvsPool = NULL |
|
static |
Definition at line 31 of file rpmcvs.c.
References _rpmcvs_debug, _rpmcvsPool, rpmcvsFini(), rpmioGetPool(), and rpmioNewPool().
Referenced by rpmcvsNew().
rpmcvs rpmcvsNew | ( | const char * | fn, |
int | flags | ||
) |
Create and load a cvs wrapper.
fn | cvs file |
flags | cvs flags |
Definition at line 47 of file rpmcvs.c.
References rpmcvsGetPool(), rpmcvsLink(), and xstrdup().
int _rpmcvs_debug = 0 |
Definition at line 17 of file rpmcvs.c.
Referenced by rpmcvsGetPool().
rpmioPool _rpmcvsPool = NULL |
Definition at line 29 of file rpmcvs.c.
Referenced by rpmcvsGetPool(), and rpmioClean().