dont abort
[citadel.git] / webcit / webserver.h
index 1186e9c1c71cd9dedb4f05702e7dd92db4cb1bcb..dc142d0d1a08e7a7887efbb0cbb078e7e8e570a1 100644 (file)
@@ -1,12 +1,26 @@
-/* $Id$ */
+/*
+ * Copyright (c) 1996-2013 by the citadel.org team
+ *
+ * This program is open source software.  You can redistribute it and/or
+ * modify it under the terms of the GNU General Public License, version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
 
 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 lprintf(int loglevel, const char *format, ...);
-void wc_backtrace(void);
+void wc_backtrace(long LogLevel);
 void ShutDownWebcit(void);
 void shutdown_ssl(void);
+
+