/[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.19 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.20 by h-iwamoto, Sat Jun 18 16:22:56 2005 UTC
# Line 42  Line 42 
42  #define GTAGS_CREATE    1  #define GTAGS_CREATE    1
43  #define GTAGS_MODIFY    2  #define GTAGS_MODIFY    2
44    
45  /* gtagsopen() */  /* gtags_open() */
46  #define GTAGS_STANDARD          0       /* standard format */  #define GTAGS_STANDARD          0       /* standard format */
47  #define GTAGS_COMPACT           1       /* compact format */  #define GTAGS_COMPACT           1       /* compact format */
48  #define GTAGS_PATHINDEX         2       /* use path index */  #define GTAGS_PATHINDEX         2       /* use path index */
# Line 86  typedef struct { Line 86  typedef struct {
86  const char *dbname(int);  const char *dbname(int);
87  void makecommand(const char *, const char *, STRBUF *);  void makecommand(const char *, const char *, STRBUF *);
88  void formatcheck(const char *, int);  void formatcheck(const char *, int);
 int notnamechar(const char *);  
89  GTOP *gtags_open(const char *, const char *, int, int, int);  GTOP *gtags_open(const char *, const char *, int, int, int);
90  void gtags_put(GTOP *, const char *, const char *);  void gtags_put(GTOP *, const char *, const char *);
 const char *gtags_get(GTOP *, const char *);  
91  void gtags_add(GTOP *, const char *, const char *, int);  void gtags_add(GTOP *, const char *, const char *, int);
92  void gtags_delete(GTOP *, const char *);  void gtags_delete(GTOP *, const char *);
93  const char *gtags_first(GTOP *, const char *, int);  const char *gtags_first(GTOP *, const char *, int);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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