summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
commitac8c3cf394fb9d0eb57332ea7b2d12fb3c4a396d (patch)
tree02cb7504dab187ebcae1e7fbb0b002225dda2a73 /log.h
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
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