diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -23,7 +23,16 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. ******************************************************************************/ +/* $XFree86: xc/programs/xsm/log.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */ -extern void DisplayLogXtProc (); -extern void create_log_popup (); -extern void add_log_text (); +#ifndef _LOG_H_ +#define _LOG_H_ + +#include <X11/Intrinsic.h> + +extern void DisplayLogXtProc(Widget w, XtPointer client_data, + XtPointer callData); +extern void add_log_text(char *str); +extern void create_log_popup(void); + +#endif |