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

Diff of /global/htags/cache.c

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

revision 1.6 by shigio, Sun Mar 27 00:26:42 2005 UTC revision 1.7 by shigio, Thu Apr 7 06:09:20 2005 UTC
# Line 60  static ASSOC *assoc[GTAGLIM]; Line 60  static ASSOC *assoc[GTAGLIM];
60   * cache_open: open cache file.   * cache_open: open cache file.
61   */   */
62  void  void
63  cache_open()  cache_open(void)
64  {  {
65          assoc[GTAGS]  = assoc_open('d');          assoc[GTAGS]  = assoc_open('d');
66          assoc[GRTAGS] = assoc_open('r');          assoc[GRTAGS] = assoc_open('r');
# Line 104  cache_get(db, tag) Line 104  cache_get(db, tag)
104   * cache_close: close cache file.   * cache_close: close cache file.
105   */   */
106  void  void
107  cache_close()  cache_close(void)
108  {  {
109          int i;          int i;
110    

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

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