* typedef wcsession, so we don't always need to say gcc again its a struct.
[citadel.git] / webcit / serv_func.c
index 24d64589695b36b6c91c9aae4bde057d04b3052e..cd7b73a39b63971e674cd97a5d065a476485f08f 100644 (file)
@@ -469,7 +469,7 @@ int read_server_binary(StrBuf *Ret, size_t total_len)
  */
 int read_server_text(StrBuf *Buf, long *nLines)
 {
-       struct wcsession *WCC = WC;
+       wcsession *WCC = WC;
        long nRead;
        long nTotal = 0;
        long nlines;