/[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.80 by shigio, Tue Nov 8 05:18:15 2005 UTC revision 1.81 by shigio, Tue Nov 8 06:41:31 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"
51    #include "path2url.h"
52  #include "const.h"  #include "const.h"
53    
54  void src2html(const char *, const char *, int);  void src2html(const char *, const char *, int);
# Line 265  help(void) Line 266  help(void)
266  void  void
267  clean(void)  clean(void)
268  {  {
269          gpath_close();          unload_gpath();
270          cache_close();          cache_close();
271  }  }
272  /*  /*
# Line 1821  main(int argc, char **argv) Line 1822  main(int argc, char **argv)
1822          /*          /*
1823           * (#) load GPATH           * (#) load GPATH
1824           */           */
1825          gpath_open(dbpath, 0);          load_gpath(dbpath);
1826    
1827          /*          /*
1828           * (3) make function entries (D/ and R/)           * (3) make function entries (D/ and R/)

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

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