+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
# 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.