From 3efac4b0150ca3ab25638e887aaf1213a920a484 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Nov 1994 18:13:30 +0000 Subject: [PATCH] (safe_strdup): Don't use ANSI argument prototype. --- lwlib/lwlib-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5