This is dbase.h in view mode; [Download] [Up]
/* $Id$ */ #ifndef _DBASE_INCLUDED #define _DBASE_INCLUDED #ifdef NO_DBOPEN #define dbopen(a,b,c,d,e) dbase_open(a,b,c,d,e) extern DBASE_DB *dbase_open(const char *, int, int, DBTYPE, const void *); extern int dbase_close(DBASE_DB *); extern int dbase_del(const DBASE_DB *, const datum *, U_INT); extern int dbase_get(const DBASE_DB *, const datum *, datum *, U_INT); extern int dbase_put(const DBASE_DB *, datum *, const datum *, U_INT); extern int dbase_seq(const DBASE_DB *, datum *, datum *, U_INT); extern int dbase_sync(const DBASE_DB *, U_INT); extern int dbase_unlink(const char *); #endif /* NO_DBOPEN */ #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.