summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-int.h
diff options
context:
space:
mode:
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
{