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 | 75d765f257f9b1f8a8e6a6cb945cdd6e9c64a5bd (patch) | |
tree | 9c64537ceab961ff542f6fb1d04b2c7f6d2463f3 /lwlib/lwlib-int.h | |
parent | 36232225cfbca4a10f5377868dca1ef6fe00763e (diff) | |
download | emacs-75d765f257f9b1f8a8e6a6cb945cdd6e9c64a5bd.tar.gz |
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 */ |