blob: f07f5a0aafb72f6b6d41b6dcc436936115f358f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- lmtpconf.c.org 2004-10-26 17:59:50.000000000 +0200
+++ lmtpconf.c 2006-12-24 11:23:03.000000000 +0100
@@ -197,6 +197,7 @@
return rl;
}
+static int readconf1(char *file, struct fstate *state, struct conf *spec);
static int setval(void *val, int type, char *args) {
switch(type) {
@@ -392,8 +393,6 @@
return 0;
case FLAGS_INCLUDE:
if (args) {
- static int readconf1(char *file, struct fstate *state,
- struct conf *spec);
struct conf_state *cstate = val;
char *filename = args;
int ret = -1;
|