indent -kr -i8 -brf -bbb -fnc -l132 -nce on all of webcit-classic
[citadel.git] / webcit / webserver.h
index dc142d0d1a08e7a7887efbb0cbb078e7e8e570a1..f8e966bd7852cf390a982a9e14391ab0a0429b65 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * 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);
-
-