From 067b07096416e46b4e958ac1bb71fd5f902f725d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 10 Aug 2001 23:46:15 +0000 Subject: (lbasename): Change function declaration to return a const char pointer. --- include/libiberty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index effe5f6..8d46e37 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -83,7 +83,7 @@ extern char *basename (); /* A well-defined basename () that is always compiled in. */ -extern char *lbasename PARAMS ((const char *)); +extern const char *lbasename PARAMS ((const char *)); /* Concatenate an arbitrary number of strings, up to (char *) NULL. Allocates memory using xmalloc. */ -- cgit v1.1