summaryrefslogtreecommitdiff
path: root/wq.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
commitdc0f15394719e18bb9b01e70468f4d9908488d35 (patch)
tree7ab8dfcac5f42c5c2951a6007e45a45d53a09537 /wq.h
parente29f1f1ed2128d7382a72ccb1684045fe4bc8183 (diff)
Diffstat (limited to 'wq.h')
-rw-r--r--wq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wq.h b/wq.h
index e8e4b41..5caa8a1 100644
--- a/wq.h
+++ b/wq.h
@@ -26,6 +26,10 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/xmodmap/wq.h,v 1.5 2001/12/14 20:02:13 dawes Exp $ */
+
+#ifndef _WQ_H
+#define _WQ_H
/*
* Input is parsed and a work queue is built that is executed later. This
@@ -141,3 +145,5 @@ extern struct modtab {
#define AllocStruct(s) ((s *) malloc (sizeof (s)))
#define MAXKEYSYMNAMESIZE 80 /* absurdly large */
+
+#endif