home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DPG.ZIP / FILES.H < prev    next >
C/C++ Source or Header  |  1992-04-21  |  624b  |  17 lines

  1. extern miscfile;
  2.  
  3. void Read (int,long,void *,int);
  4. void Write (int,long,void *,int);
  5. void delete (int,long,void *,long);
  6. void deleteindex (int,long,void *,long,char *,int,int);
  7. void create (int,long *,void *,int,long);
  8. void createindex (int,long *,void *,int,long,char *,int,int,int,int,int);
  9. void find (int,int,long *,void *,int,int,char *);
  10. void select (int,int,long *,void *,int,char *,int,int,int,int);
  11. opencreate (char *);
  12. void mwrite (void *,int);
  13. void blank3 (void);
  14. void blank4 (void);
  15. void reclink (int,long,long *,int,int,long,long *,int);
  16. void recunlink (int,long,long *,int,int,long,long *,int);
  17.