diff lwlib/lwlib-utils.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
line wrap: on
line diff
--- a/lwlib/lwlib-utils.h	Mon Aug 13 11:19:22 2007 +0200
+++ b/lwlib/lwlib-utils.h	Mon Aug 13 11:20:41 2007 +0200
@@ -1,7 +1,6 @@
-#ifndef INCLUDED_lwlib_utils_h_
-#define INCLUDED_lwlib_utils_h_
+#ifndef _LWLIB_UTILS_H_
+#define _LWLIB_UTILS_H_
 
-void destroy_all_children (Widget widget);
 void XtNoClearRefreshWidget (Widget);
 
 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
@@ -21,5 +20,4 @@
 #ifdef USE_DEBUG_MALLOC
 #include <dmalloc.h>
 #endif
-
-#endif /* INCLUDED_lwlib_utils_h_ */
+#endif /* _LWLIB_UTILS_H_ */