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 0f0b954f92d237f2c2921e940909b6653561ca54..c609ae9b53396da938b317c2449a54ccde0cc5ba 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 3d01cf20dc49c330c8e060884b9a8f4a40077192..9ae08fb708fc6d91ffd89fdff73748fdbda5dd44 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.