Declare canonicalize_file_name.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Sep 2009 03:58:45 +0000 (05:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Sep 2009 03:58:45 +0000 (05:58 +0200)
ChangeLog
lib/progreloc.c

index 0f0b954..c609ae9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-19  Bruno Haible  <bruno@clisp.org>
+
+       * lib/progreloc.c (canonicalize_file_name): New declaration.
+
 2009-09-19  Eric Blake  <ebb9@byu.net>
 
        link: fix quoting
index 3d01cf2..9ae08fb 100644 (file)
 # include "xalloc.h"
 #endif
 
+/* Declare canonicalize_file_name.
+   The <stdlib.h> included above may be the system's one, not the gnulib
+   one.  */
+extern char * canonicalize_file_name (const char *name);
+
 /* Pathname support.
    ISSLASH(C)           tests whether C is a directory separator character.
    IS_PATH_WITH_DIR(P)  tests whether P contains a directory specification.