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

Diff of /global/htags/htags.c

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

revision 1.79 by shigio, Mon Nov 7 15:01:57 2005 UTC revision 1.80 by shigio, Tue Nov 8 05:18:15 2005 UTC
# Line 48  Line 48 
48  #include "common.h"  #include "common.h"
49  #include "htags.h"  #include "htags.h"
50  #include "incop.h"  #include "incop.h"
 #include "path2url.h"  
51  #include "const.h"  #include "const.h"
52    
53  void src2html(const char *, const char *, int);  void src2html(const char *, const char *, int);
# Line 266  help(void) Line 265  help(void)
265  void  void
266  clean(void)  clean(void)
267  {  {
268          unload_gpath();          gpath_close();
269          cache_close();          cache_close();
270  }  }
271  /*  /*
# Line 1822  main(int argc, char **argv) Line 1821  main(int argc, char **argv)
1821          /*          /*
1822           * (#) load GPATH           * (#) load GPATH
1823           */           */
1824          load_gpath(dbpath);          gpath_open(dbpath, 0);
1825    
1826          /*          /*
1827           * (3) make function entries (D/ and R/)           * (3) make function entries (D/ and R/)

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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