diff options
-rw-r--r-- | lwlib/lwlib-int.h | 2 |
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 { |