diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 22:23:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 22:33:27 +0100 |
commit | 7290691142027e3a2020cab742478a3c87c0012f (patch) | |
tree | f0a2a48eb4c910296b7b66dff4355dab94fc126f /src/child.c | |
parent | 34e4be193e9dc07d726dc564289662bc65e40bca (diff) | |
download | tinyproxy-7290691142027e3a2020cab742478a3c87c0012f.tar.gz tinyproxy-7290691142027e3a2020cab742478a3c87c0012f.zip |
Move definition of "struct config_s" from main.h to conf.h
Michael
Diffstat (limited to '')
-rw-r--r-- | src/child.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/child.c b/src/child.c index 6bd7456..d640bed 100644 --- a/src/child.c +++ b/src/child.c @@ -30,6 +30,7 @@ #include "reqs.h" #include "sock.h" #include "utils.h" +#include "conf.h" static int listenfd; static socklen_t addrlen; |