/[global]/global/htags/incop.h
ViewVC logotype

Diff of /global/htags/incop.h

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

revision 1.3 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.4 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 31  struct data { Line 31  struct data {
31          STRBUF *contents;          STRBUF *contents;
32  };  };
33    
34  void init_inc();  void init_inc(void);
35  void put_inc(const char *, const char *, int);  void put_inc(const char *, const char *, int);
36  struct data *get_inc(const char *);  struct data *get_inc(const char *);
37  struct data *first_inc();  struct data *first_inc(void);
38  struct data *next_inc();  struct data *next_inc(void);
39  void put_included(const char *, const char *);  void put_included(const char *, const char *);
40  struct data *get_included(const char *);  struct data *get_included(const char *);
41  struct data *first_included();  struct data *first_included(void);
42  struct data *next_included();  struct data *next_included(void);
43    
44  #endif /* ! _INCOP_H */  #endif /* ! _INCOP_H */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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