summaryrefslogtreecommitdiff
blob: 64c9eaddef2dbc31833bbab05a8cded6dbaf6467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: c_icap-0.1.3/cfg_param.c
===================================================================
--- c_icap-0.1.3.orig/cfg_param.c
+++ c_icap-0.1.3/cfg_param.c
@@ -30,6 +30,7 @@
 #include "cfg_param.h"
 #include "commands.h"
 #include "acl.h"
+#include "txtTemplate.h"
 
 #define LINESIZE 8192
 #define MAX_DIRECTIVE_SIZE 80
@@ -870,6 +871,8 @@ void system_shutdown()
     ci_txt_template_close();
 }
 
+extern void reset_http_auth();
+
 int system_reconfigure()
 {
      int old_port;