summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/log.h b/log.h
index 414ea5a..070a422 100644
--- a/log.h
+++ b/log.h
@@ -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