aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.h
diff options
context:
space:
mode:
authorjames <>2008-02-15 15:14:19 +0000
committerjames <>2008-02-15 15:14:19 +0000
commit19f0d6f858f40d948ea9d2f9537adc2f094dbad4 (patch)
treeb5fe51a0d147df4b9822326fd7c7ebe08256b83a /src/cmd.h
parentf9b87f6d2079298221b4e2110d6b7e6efc86aeb4 (diff)
downloadsympathy-19f0d6f858f40d948ea9d2f9537adc2f094dbad4.tar.gz
sympathy-19f0d6f858f40d948ea9d2f9537adc2f094dbad4.tar.bz2
sympathy-19f0d6f858f40d948ea9d2f9537adc2f094dbad4.zip
*** empty log message ***
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/cmd.h b/src/cmd.h
new file mode 100644
index 0000000..fb4e0ac
--- /dev/null
+++ b/src/cmd.h
@@ -0,0 +1,33 @@
+/*
+ * cmd.h:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/15 15:14:19 james
+ * *** empty log message ***
+ *
+ */
+
+#ifndef __CMD_H__
+#define __CMD_H__
+
+#define CMD_KEY 2 /*CTRL B*/
+
+typedef struct {
+ int active;
+ int disconnect;
+ char csl[128];
+ char buf[128];
+ int ptr;
+} Cmd;
+
+#endif /* __CMD_H__ */