aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorjames <>2008-02-15 03:32:07 +0000
committerjames <>2008-02-15 03:32:07 +0000
commita4577aded9b2e23b9d0852310ca53dd4f74b81b7 (patch)
treeaa767ef2ca7b7946c9c9d4f065cbb98d3e951faf /src/context.h
parent5f9589e991466fec6ffe2273c767243da8ee05c1 (diff)
downloadsympathy-a4577aded9b2e23b9d0852310ca53dd4f74b81b7.tar.gz
sympathy-a4577aded9b2e23b9d0852310ca53dd4f74b81b7.tar.bz2
sympathy-a4577aded9b2e23b9d0852310ca53dd4f74b81b7.zip
*** empty log message ***
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h
index e746ad1..358a938 100644
--- a/src/context.h
+++ b/src/context.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.6 2008/02/15 03:32:07 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/14 02:46:44 james
* *** empty log message ***
*
@@ -32,13 +35,14 @@
#ifndef __CONTEXT_H__
#define __CONTEXT_H__
-typedef struct
+typedef struct Context_struct
{
VT102 *v;
TTY *t;
History *h;
Log *l;
KeyDis *k;
+ Cmd *d;
} Context;
#endif /* __CONTEXT_H__ */