/[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.17 by shigio, Thu Apr 7 10:20:07 2005 UTC revision 1.18 by shigio, Fri Apr 8 06:49:20 2005 UTC
# Line 79  typedef struct { Line 79  typedef struct {
79          STRBUF *sb;                     /* string buffer */          STRBUF *sb;                     /* string buffer */
80          STRBUF *ib;                     /* input buffer */          STRBUF *ib;                     /* input buffer */
81          FILE *fp;                       /* descriptor of 'path' */          FILE *fp;                       /* descriptor of 'path' */
82          char *lnop;                     /* current line number */          const char *lnop;               /* current line number */
83          int lno;                        /* integer value of 'lnop' */          int lno;                        /* integer value of 'lnop' */
84  } GTOP;  } GTOP;
85    
# Line 89  void formatcheck(const char *, int); Line 89  void formatcheck(const char *, int);
89  int notnamechar(const char *);  int notnamechar(const char *);
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  char *gtags_get(GTOP *, const char *);  const char *gtags_get(GTOP *, const char *);
93  void gtags_add(GTOP *, const char *, const char *, int);  void gtags_add(GTOP *, const char *, const char *, int);
94  void gtags_delete(GTOP *, const char *);  void gtags_delete(GTOP *, const char *);
95  char *gtags_first(GTOP *, const char *, int);  const char *gtags_first(GTOP *, const char *, int);
96  char *gtags_next(GTOP *);  const char *gtags_next(GTOP *);
97  void gtags_close(GTOP *);  void gtags_close(GTOP *);
98    
99  #endif /* ! _GTOP_H_ */  #endif /* ! _GTOP_H_ */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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