blob: 1cbe38a85eba945acf7862a8a88991ef261f07a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/readconf.c.orig 2003-04-17 11:12:41 UTC
+++ src/readconf.c
@@ -19,6 +19,10 @@
*/
#include "includes.h"
+
+CONFIG cf;
+STRUCTURE_REGEXS reg;
+
void lt_set_config_err(char *option, char *val) {
printf("Error: invalid value [%s] to option [%s] in cfg file\n", val, option);
exit (1);
|