aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Reilly1994-09-10 15:23:10 +0000
committerPaul Reilly1994-09-10 15:23:10 +0000
commit801332e491e4c89e0ca8cf10a290f37a88f393fa (patch)
tree70e4977aa3f48251d1b1292b91479668701bd962
parentb7f0280f1fa6341e2dd2ce87c610cc57dd1f18d4 (diff)
downloademacs-801332e491e4c89e0ca8cf10a290f37a88f393fa.tar.gz
emacs-801332e491e4c89e0ca8cf10a290f37a88f393fa.zip
entered into RCS
-rw-r--r--lwlib/lwlib-int.h4
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 @@
7extern char *strdup (const char *); 7extern char *strdup (const char *);
8extern int strcasecmp (const char *, const char *); 8extern int strcasecmp (const char *, const char *);
9*/ 9*/
10extern char *safe_strdup (char *);
10 11
11typedef struct _widget_instance 12typedef struct _widget_instance
12{ 13{
@@ -49,5 +50,6 @@ lw_internal_update_other_instances ();
49widget_value* 50widget_value*
50lw_get_widget_value_for_widget (); 51lw_get_widget_value_for_widget ();
51 52
52#endif /* LWLIB_INTERNAL_H */ 53widget_info *lw_get_widget_info ();
53 54
55#endif /* LWLIB_INTERNAL_H */