X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=dccp_send.c;h=08930ad1852321f877fac474b839ea71bc5ee5d8;hb=786010c598f79d20280e6ea9ea458cad4a7e9af7;hp=cfff30933ca5a57fc7ecf6f3d5cb06a5a9481ef3;hpb=a1e58132eacf841001b1caf29ea6964e3e28adfd;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index cfff3093..08930ad1 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -34,7 +34,7 @@ #include "fd.h" #include "close_on_fork.h" #include "server.cmdline.h" -extern struct gengetopt_args_info conf; + /** the list of connected clients **/ static struct list_head clients; static int listen_fd = -1;