]> git.eshelyaron.com Git - emacs.git/commitdiff
entered into RCS
authorPaul Reilly <pmr@pajato.com>
Sat, 10 Sep 1994 15:23:10 +0000 (15:23 +0000)
committerPaul Reilly <pmr@pajato.com>
Sat, 10 Sep 1994 15:23:10 +0000 (15:23 +0000)
lwlib/lwlib-int.h

index 3c8534f7ef2f4eec9b14add4b3c52040ce1a2861..b2e816f185fadc7c28e89a6e6aaeb2b831052388 100644 (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 */