Fix the build problems revolving around CitContext and context.h
[citadel.git] / citadel / modules / chat / serv_chat.c
index 6b479b06aeb3a3ba2a875ccab3665314a4200238..66dcf55773b99e270fd899dee1dbd054b11644fd 100644 (file)
@@ -230,9 +230,9 @@ void allwrite(char *cmdbuf, int flag, char *username)
 }
 
 
-t_context *find_context(char **unstr)
+CitContext *find_context(char **unstr)
 {
-       t_context *t_cc, *found_cc = NULL;
+       CitContext *t_cc, *found_cc = NULL;
        char *name, *tptr;
 
        if ((!*unstr) || (!unstr))