/[global]/global/libutil/gpathop.h
ViewVC logotype

Diff of /global/libutil/gpathop.h

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

revision 1.13 by h-iwamoto, Sun Jun 26 04:57:30 2005 UTC revision 1.14 by shigio, Sat Nov 5 14:07:10 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 1997, 1998, 1999, 2000   * Copyright (c) 1997, 1998, 1999, 2000, 2005
3   *      Tama Communications Corporation   *      Tama Communications Corporation
4   *   *
5   * This file is part of GNU GLOBAL.   * This file is part of GNU GLOBAL.
# Line 29  Line 29 
29  #define NEXTKEY         " __.NEXTKEY"  #define NEXTKEY         " __.NEXTKEY"
30    
31  int gpath_open(const char *, int);  int gpath_open(const char *, int);
32  const char *gpath_path2fid(const char *);  const char *gpath_path2fid(const char *, int *);
33  const char *gpath_fid2path(const char *);  const char *gpath_fid2path(const char *, int *);
34  void gpath_put(const char *);  void gpath_put(const char *, int);
35  void gpath_delete(const char *);  void gpath_delete(const char *);
36  void gpath_close(void);  void gpath_close(void);
37  int gpath_nextkey(void);  int gpath_nextkey(void);
38  void gfind_open(const char *, const char *);  void gfind_open(const char *, const char *, int);
39  const char *gfind_read(void);  const char *gfind_read(void);
40  void gfind_close(void);  void gfind_close(void);
41    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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