int c_labclose (int fd,
const char *hostname,
int action);
int c_labdelete (int fd,
const char *inkey);
void c_lsmknm (const char *inname,
const char *ext,
char *outname);
int c_labopen (const char *hname,
int rwmode);
int c_labread (int fd,
char *key,
int *clen,
int *dlen,
char *cbuf,
void *dbuf,
char *dtype);
int c_labreplace (int fd,
const char *key,
int clen,
int dlen,
const char *cbuf,
const void *dbuf,
const char *dtype);
int c_labrew (int fd);
int c_labstat (const char *hostname,
int mode);
int c_labwrite (int fd,
const char *key,
int clen,
int dlen,
const char *cbuf,
const void *dbuf,
const char *dtype);
int c_lsclos (const long *fd,
const char *hostname,
const long *action);
int c_lsdel (const long *fd,
const char *inkey);
int c_lsopen (long *fd,
const char *hname,
const long *rwmode);
int c_lsread (const long *fd,
char *key,
long *clen,
long *dlen,
char *cbuf,
void *dbuf,
char *dtype);
int c_lsrepl (const long *fd,
const char *key,
const long *clen,
const long *dlen,
const char *cbuf,
const void *dbuf,
const char *dtype);
int c_lsrew (const long *fd);
int c_lsstat (const char *hostname,
const long *mode);
int c_lswrit (const long *fd,
const char *key,
const long *clen,
const long *dlen,
const char *cbuf,
const void *dbuf,
const char *dtype); |