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

Diff of /global/htags/assoc.h

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

revision 1.3 by shigio, Thu Apr 7 10:20:07 2005 UTC revision 1.4 by shigio, Fri Apr 8 06:49:19 2005 UTC
# Line 29  typedef struct { Line 29  typedef struct {
29  ASSOC *assoc_open(int);  ASSOC *assoc_open(int);
30  void assoc_close(ASSOC *);  void assoc_close(ASSOC *);
31  void assoc_put(ASSOC *, const char *, const char *);  void assoc_put(ASSOC *, const char *, const char *);
32  char *assoc_get(ASSOC *, const char *);  const char *assoc_get(ASSOC *, const char *);
33    
34  #endif /* ! _ASSOC_H_ */  #endif /* ! _ASSOC_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