*** empty log message ***

This commit is contained in:
Jim Meyering 2003-01-11 09:43:50 +00:00
parent 5e74b3cb3b
commit 7287520d21

3
lib/canonicalize.h Normal file
View File

@ -0,0 +1,3 @@
#if !HAVE_CANONICALIZE_FILE_NAME
char *canonicalize_file_name (const char *);
#endif