X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.h;h=dc142d0d1a08e7a7887efbb0cbb078e7e8e570a1;hb=HEAD;hp=cd8634bc253a49dd141258e033ddc1e33683f6e5;hpb=253b52140eb6e4266261bce1bfb3b597ff8d3f68;p=citadel.git diff --git a/webcit/webserver.h b/webcit/webserver.h index cd8634bc2..dc142d0d1 100644 --- a/webcit/webserver.h +++ b/webcit/webserver.h @@ -1,3 +1,15 @@ +/* + * 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; @@ -7,7 +19,7 @@ extern char *default_landing_page; int ClientGetLine(ParsedHttpHdrs *Hdr, StrBuf *Target); int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout); -void wc_backtrace(void); +void wc_backtrace(long LogLevel); void ShutDownWebcit(void); void shutdown_ssl(void);