summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-int.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-28 18:13:30 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-28 18:13:30 +0000
commit3efac4b0150ca3ab25638e887aaf1213a920a484 (patch)
tree4a31de6dda5abccb5ccb69e04bf825db22240d7f /lwlib/lwlib-int.h
parent847bb7555af1f2c94775ae529f37fd9c6b772194 (diff)
downloademacs-3efac4b0150ca3ab25638e887aaf1213a920a484.tar.gz
(safe_strdup): Don't use ANSI argument prototype.
Diffstat (limited to 'lwlib/lwlib-int.h')
-rw-r--r--lwlib/lwlib-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index b2e816f185f..b38c681a948 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -7,7 +7,7 @@
extern char *strdup (const char *);
extern int strcasecmp (const char *, const char *);
*/
-extern char *safe_strdup (char *);
+extern char *safe_strdup ();
typedef struct _widget_instance
{