aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
new file mode 100644
index 0000000..365931f
--- /dev/null
+++ b/src/context.h
@@ -0,0 +1,29 @@
+/*
+ * context.h:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/09 15:47:28 james
+ * *** empty log message ***
+ *
+ */
+
+#ifndef __CONTEXT_H__
+#define __CONTEXT_H__
+
+typedef struct {
+VT102 *v;
+TTY *t;
+History *h;
+} Context;
+
+#endif /* __CONTEXT_H__ */