diff options
author | Paul Reilly <pmr@pajato.com> | 1994-09-10 15:23:10 +0000 |
---|---|---|
committer | Paul Reilly <pmr@pajato.com> | 1994-09-10 15:23:10 +0000 |
commit | 801332e491e4c89e0ca8cf10a290f37a88f393fa (patch) | |
tree | 70e4977aa3f48251d1b1292b91479668701bd962 /lwlib/lwlib-int.h | |
parent | b7f0280f1fa6341e2dd2ce87c610cc57dd1f18d4 (diff) | |
download | emacs-801332e491e4c89e0ca8cf10a290f37a88f393fa.tar.gz emacs-801332e491e4c89e0ca8cf10a290f37a88f393fa.tar.bz2 emacs-801332e491e4c89e0ca8cf10a290f37a88f393fa.zip |
entered into RCS
Diffstat (limited to 'lwlib/lwlib-int.h')
-rw-r--r-- | lwlib/lwlib-int.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |