/[global]/global/libutil/getdbpath.c
ViewVC logotype

Diff of /global/libutil/getdbpath.c

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

revision 1.19 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.20 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 52  static const char *makeobjdir;         /* obj d Line 52  static const char *makeobjdir;         /* obj d
52   * setupvariables: load variables regard to BSD OBJ directory.   * setupvariables: load variables regard to BSD OBJ directory.
53   */   */
54  static void  static void
55  setupvariables(verbose)  setupvariables(int verbose)
         int verbose;  
56  {  {
57          const char *p;          const char *p;
58    
# Line 86  setupvariables(verbose) Line 85  setupvariables(verbose)
85   * This behavior is same with BSD make(1)'s one.   * This behavior is same with BSD make(1)'s one.
86   */   */
87  int  int
88  gtagsexist(candidate, dbpath, size, verbose)  gtagsexist(const char *candidate, char *dbpath, int size, int verbose)
         const char *candidate;  
         char *dbpath;  
         int size;  
         int verbose;  
89  {  {
90          char path[MAXPATHLEN+1];          char path[MAXPATHLEN+1];
91    
# Line 153  gtagsexist(candidate, dbpath, size, verb Line 148  gtagsexist(candidate, dbpath, size, verb
148   * and exit.   * and exit.
149   */   */
150  void  void
151  getdbpath(cwd, root, dbpath, verbose)  getdbpath(char *cwd, char *root, char *dbpath, int verbose)
         char *cwd;  
         char *root;  
         char *dbpath;  
         int verbose;  
152  {  {
153          struct stat sb;          struct stat sb;
154          char *p;          char *p;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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