* shutdown webcit if we panic out while creating certificates
[citadel.git] / webcit / webserver.h
index 37b899cf6ea4c70cd423d409efb5b2301a4fe573..bf3ba3ad78a6b0fc57156dc847fd91fca539f8bf 100644 (file)
@@ -10,3 +10,5 @@ int client_read(int *sock, char *buf, int bytes);
 int client_read_to(int *sock, char *buf, int bytes, int timeout);
 int lprintf(int loglevel, const char *format, ...);
 void wc_backtrace(void);
+void ShutDownWebcit(void);
+void shutdown_ssl(void);