aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorjames <>2008-02-22 23:39:30 +0000
committerjames <>2008-02-22 23:39:30 +0000
commit029a61812e82b58803c618ed53df42180106412f (patch)
treea35826fd1212f55fb0693dac8ebfeee0b6e35180 /src/context.h
parent22301df1f4af5937bf96cb85091d5220d206d9bc (diff)
downloadsympathy-029a61812e82b58803c618ed53df42180106412f.tar.gz
sympathy-029a61812e82b58803c618ed53df42180106412f.tar.bz2
sympathy-029a61812e82b58803c618ed53df42180106412f.zip
*** empty log message ***
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 358a938..255be5a 100644
--- a/src/context.h
+++ b/src/context.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.7 2008/02/22 23:39:27 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/15 03:32:07 james
* *** empty log message ***
*
@@ -43,6 +46,7 @@ typedef struct Context_struct
Log *l;
KeyDis *k;
Cmd *d;
+ UTF8 *u;
} Context;
#endif /* __CONTEXT_H__ */