# HG changeset patch # User Paul Reilly # Date 779210590 0 # Node ID 10af98fd7fa46a08d422d4a98fee1a66501f588d # Parent 5c5f80be532f813a26e4c818d0ea870f94c96412 entered into RCS diff -r 5c5f80be532f -r 10af98fd7fa4 lwlib/lwlib-int.h --- a/lwlib/lwlib-int.h Sat Sep 10 10:42:40 1994 +0000 +++ b/lwlib/lwlib-int.h Sat Sep 10 15:23:10 1994 +0000 @@ -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 @@ widget_value* lw_get_widget_value_for_widget (); +widget_info *lw_get_widget_info (); + #endif /* LWLIB_INTERNAL_H */ -