Mercurial > emacs
changeset 8723:10af98fd7fa4
entered into RCS
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Sat, 10 Sep 1994 15:23:10 +0000 |
parents | 5c5f80be532f |
children | fbeec7796f8f |
files | lwlib/lwlib-int.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */ -