/[global]/global/libutil/gpathop.h
ViewVC logotype

Diff of /global/libutil/gpathop.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by shigio, Sat Nov 5 14:07:10 2005 UTC revision 1.15 by shigio, Mon Nov 7 02:26:24 2005 UTC
# Line 27  Line 27 
27  #include "dbop.h"  #include "dbop.h"
28    
29  #define NEXTKEY         " __.NEXTKEY"  #define NEXTKEY         " __.NEXTKEY"
30    #define VERSIONKEY      " __.VERSION"
31    
32  int gpath_open(const char *, int);  int gpath_open(const char *, int);
33  const char *gpath_path2fid(const char *, int *);  const char *gpath_path2fid(const char *, int *);
# Line 35  void gpath_put(const char *, int); Line 36  void gpath_put(const char *, int);
36  void gpath_delete(const char *);  void gpath_delete(const char *);
37  void gpath_close(void);  void gpath_close(void);
38  int gpath_nextkey(void);  int gpath_nextkey(void);
39  void gfind_open(const char *, const char *, int);  int gfind_open(const char *, const char *, int);
40  const char *gfind_read(void);  const char *gfind_read(void);
41  void gfind_close(void);  void gfind_close(void);
42    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26