X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2Flwlib-utils.h;h=a4d56dde9a4e2c0eddb630fa7722694cdb03064f;hp=cfba63291bd8fea26d10477e571fa09012aab39c;hb=0a57cba46779af884cc537d18923dcb6313b9904;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/lwlib/lwlib-utils.h b/lwlib/lwlib-utils.h index cfba632..a4d56dd 100644 --- a/lwlib/lwlib-utils.h +++ b/lwlib/lwlib-utils.h @@ -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 #endif -#endif /* _LWLIB_UTILS_H_ */ + +#endif /* INCLUDED_lwlib_utils_h_ */