Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / server.h
index 60becc03e383ec786231cc5c010228851a5f77ed..32a2e98f2ab81a2203ed3d1f6705f43851612a67 100644 (file)
@@ -72,6 +72,8 @@ struct CitContext {
        int CtdlErrno;                  /* Error return for CitadelAPI calls */
        };
 
+typedef struct CitContext t_context;
+
 #define CS_STEALTH     1               /* stealth mode */
 #define CS_CHAT                2               /* chat mode */
 #define CS_POSTING     4               /* Posting */