aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11-keysym.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-x11-keysym.h')
-rw-r--r--packet-x11-keysym.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-x11-keysym.h b/packet-x11-keysym.h
index f43d4685f4..90e5ab0c06 100644
--- a/packet-x11-keysym.h
+++ b/packet-x11-keysym.h
@@ -1,10 +1,13 @@
/* packet-x11-keysym.h
*
- * $Id: packet-x11-keysym.h,v 1.1 2000/06/12 02:30:34 guy Exp $
+ * $Id: packet-x11-keysym.h,v 1.2 2000/08/11 13:33:55 deniel Exp $
*
* Put there so as to make packet-x11.c lighter. See packet-x11.c
*/
+#ifndef __PACKET_X11_KEYSYM_H__
+#define __PACKET_X11_KEYSYM_H__
+
static const value_string keysym_vals_source[] = {
{ 0, "NoSymbol" }, { 0x020, "space" }, { 0x021, "!" }, { 0x022, "\"" },
{ 0x023, "#" }, { 0x024, "$" }, { 0x025, "%" }, { 0x026, "&" },
@@ -341,3 +344,5 @@ static const value_string keysym_vals_source[] = {
{ 0xFFEC, "Super_R" }, { 0xFFED, "Hyper_L" }, { 0xFFEE, "Hyper_R" }, { 0xFFFF, "Delete" },
{ 0xFFFFFF, "VoidSymbol" }, { 0, NULL }
};
+
+#endif