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

Diff of /global/libutil/gtagsop.h

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

revision 1.22 by h-iwamoto, Tue Jul 5 11:40:47 2005 UTC revision 1.23 by shigio, Wed Jul 6 01:25:04 2005 UTC
# Line 26  Line 26 
26    
27  #include "gparam.h"  #include "gparam.h"
28  #include "dbop.h"  #include "dbop.h"
29    #include "idset.h"
30  #include "strbuf.h"  #include "strbuf.h"
31    
32  #define VERSIONKEY      " __.VERSION"  #define VERSIONKEY      " __.VERSION"
# Line 89  void formatcheck(const char *, int); Line 90  void formatcheck(const char *, int);
90  GTOP *gtags_open(const char *, const char *, int, int, int);  GTOP *gtags_open(const char *, const char *, int, int, int);
91  void gtags_put(GTOP *, const char *, const char *);  void gtags_put(GTOP *, const char *, const char *);
92  void gtags_add(GTOP *, const char *, STRBUF *, int);  void gtags_add(GTOP *, const char *, STRBUF *, int);
93  void gtags_delete(GTOP *, const char *);  void gtags_delete(GTOP *, IDSET *);
 void gtags_delete_by_fidset(GTOP *, const unsigned char *, int);  
94  const char *gtags_first(GTOP *, const char *, int);  const char *gtags_first(GTOP *, const char *, int);
95  const char *gtags_next(GTOP *);  const char *gtags_next(GTOP *);
96  void gtags_close(GTOP *);  void gtags_close(GTOP *);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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