update.
[chise/xemacs-chise.git.1] / lwlib / lwlib-utils.h
index cfba632..a4d56dd 100644 (file)
@@ -1,6 +1,7 @@
-#ifndef _LWLIB_UTILS_H_
-#define _LWLIB_UTILS_H_
+#ifndef INCLUDED_lwlib_utils_h_
+#define INCLUDED_lwlib_utils_h_
 
+void destroy_all_children (Widget widget);
 void XtNoClearRefreshWidget (Widget);
 
 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
@@ -20,4 +21,5 @@ void XtSafelyDestroyWidget (Widget);
 #ifdef USE_DEBUG_MALLOC
 #include <dmalloc.h>
 #endif
-#endif /* _LWLIB_UTILS_H_ */
+
+#endif /* INCLUDED_lwlib_utils_h_ */