rpm  5.4.15
Typedefs | Functions
rpmbz.h File Reference
#include <bzlib.h>
Include dependency graph for rpmbz.h:

Go to the source code of this file.

Typedefs

typedef struct rpmbz_s * rpmbz
 

Functions

const char * rpmbzStrerror (rpmbz bz)
 
void rpmbzClose (rpmbz bz, int abort, const char **errmsg)
 
rpmbz rpmbzFree (rpmbz bz, int abort)
 
rpmbz rpmbzNew (const char *path, const char *fmode, int fdno)
 
ssize_t rpmbzRead (rpmbz bz, char *buf, size_t count, const char **errmsg)
 
ssize_t rpmbzWrite (rpmbz bz, const char *buf, size_t count, const char **errmsg)
 

Typedef Documentation

typedef struct rpmbz_s* rpmbz

Definition at line 157 of file rpmbz.h.

Function Documentation

void rpmbzClose ( rpmbz  bz,
int  abort,
const char **  errmsg 
)
rpmbz rpmbzFree ( rpmbz  bz,
int  abort 
)
rpmbz rpmbzNew ( const char *  path,
const char *  fmode,
int  fdno 
)
ssize_t rpmbzRead ( rpmbz  bz,
char *  buf,
size_t  count,
const char **  errmsg 
)
const char* rpmbzStrerror ( rpmbz  bz)
ssize_t rpmbzWrite ( rpmbz  bz,
const char *  buf,
size_t  count,
const char **  errmsg 
)