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

Diff of /global/htags/cache.h

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

revision 1.5 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.6 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 20  Line 20 
20  #ifndef _CACHE_H_  #ifndef _CACHE_H_
21  #define _CACHE_H_  #define _CACHE_H_
22    
23  void cache_open();  void cache_open(void);
24  void cache_put(int, const char *, const char *);  void cache_put(int, const char *, const char *);
25  const char *cache_get(int, const char *);  const char *cache_get(int, const char *);
26  void cache_close();  void cache_close(void);
27    
28  #endif /* ! _CACHE_H_ */  #endif /* ! _CACHE_H_ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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