1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

entered into RCS

This commit is contained in:
Paul Reilly 1994-09-10 15:23:10 +00:00
parent b7f0280f1f
commit 801332e491

View File

@ -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 */