Reverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1 because putting the opening...
[citadel.git] / webcit / webserver.h
index f8e966bd7852cf390a982a9e14391ab0a0429b65..dc142d0d1a08e7a7887efbb0cbb078e7e8e570a1 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 1996-2013 by the citadel.org team
  *
  */
 
 
-extern char *static_dirs[PATH_MAX];         /**< Web representation */
+extern char *static_dirs[PATH_MAX];          /**< Web representation */
 extern int ndirs;
 extern char socket_dir[PATH_MAX];
 
 extern char *default_landing_page;
 
-int ClientGetLine(ParsedHttpHdrs * Hdr, StrBuf * Target);
-int client_read_to(ParsedHttpHdrs * Hdr, StrBuf * Target, int bytes, int timeout);
+int ClientGetLine(ParsedHttpHdrs *Hdr, StrBuf *Target);
+int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout);
 void wc_backtrace(long LogLevel);
 void ShutDownWebcit(void);
 void shutdown_ssl(void);
+
+