From 7d6886b6086c6cb2bd9c28f7b7781be40eaeb6de Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Sep 2009 05:58:45 +0200 Subject: [PATCH] Declare canonicalize_file_name. --- ChangeLog | 4 ++++ lib/progreloc.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f0b954f92..c609ae9b53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-19 Bruno Haible + + * lib/progreloc.c (canonicalize_file_name): New declaration. + 2009-09-19 Eric Blake link: fix quoting diff --git a/lib/progreloc.c b/lib/progreloc.c index 3d01cf20dc..9ae08fb708 100644 --- a/lib/progreloc.c +++ b/lib/progreloc.c @@ -59,6 +59,11 @@ # include "xalloc.h" #endif +/* Declare canonicalize_file_name. + The 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. -- 2.30.2