From 801332e491e4c89e0ca8cf10a290f37a88f393fa Mon Sep 17 00:00:00 2001 From: Paul Reilly Date: Sat, 10 Sep 1994 15:23:10 +0000 Subject: [PATCH] entered into RCS --- lwlib/lwlib-int.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index 3c8534f7ef2..b2e816f185f 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h @@ -7,6 +7,7 @@ extern char *strdup (const char *); extern int strcasecmp (const char *, const char *); */ +extern char *safe_strdup (char *); typedef struct _widget_instance { @@ -49,5 +50,6 @@ lw_internal_update_other_instances (); widget_value* lw_get_widget_value_for_widget (); -#endif /* LWLIB_INTERNAL_H */ +widget_info *lw_get_widget_info (); +#endif /* LWLIB_INTERNAL_H */ -- 2.39.5