* src/files.h: Add it prototype.

This commit is contained in:
Akim Demaille
2002-01-03 13:55:09 +00:00
parent ffc03584ad
commit 38612b10a3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-01-03 Akim Demaille <akim@epita.fr>
* src/files.h: Add it prototype.
2002-01-03 Akim Demaille <akim@epita.fr>
* src/files.c, src/files.h (strsuffix): Not static.

View File

@@ -80,4 +80,7 @@ int xfclose PARAMS ((FILE *ptr));
const char *skeleton_find PARAMS ((const char *envvar,
const char *skeleton_name));
int strsuffix PARAMS ((const char *string, const char *suffix));
#endif /* !FILES_H_ */