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

Diff of /global/htags/path2url.c

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

revision 1.9 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.10 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 43  static int nextkey; Line 43  static int nextkey;
43   * load the contents of GPATH file into the memory.   * load the contents of GPATH file into the memory.
44   */   */
45  void  void
46  load_gpath(dbpath)  load_gpath(const char *dbpath)
         const char *dbpath;  
47  {  {
48          DBOP *dbop;          DBOP *dbop;
49          const char *path;          const char *path;
# Line 83  unload_gpath(void) Line 82  unload_gpath(void)
82   *      r)              id   *      r)              id
83   */   */
84  const char *  const char *
85  path2fid(path)  path2fid(const char *path)
         const char *path;  
86  {  {
87          static char number[32];          static char number[32];
88          const char *p;          const char *p;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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