X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcontext.h;h=607f24969f7fcc5fc2c3d4ba127e6786b49aa86a;hb=89fa7c69158bf37823875c61345024308b156772;hp=365931f14910e2dff2452888b24d8750eac9b4e5;hpb=b1f5cc058d5f2880b75b7af5dcc746942c2d7279;p=sympathy.git diff --git a/src/context.h b/src/context.h index 365931f..607f249 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.2 2008/02/12 22:36:46 james + * *** empty log message *** + * * Revision 1.1 2008/02/09 15:47:28 james * *** empty log message *** * @@ -20,10 +23,11 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -typedef struct { -VT102 *v; -TTY *t; -History *h; +typedef struct +{ + VT102 *v; + TTY *t; + History *h; } Context; #endif /* __CONTEXT_H__ */