diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 537a5240f..98b075ff1 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -133,7 +133,7 @@ static void sig_child_handler(int sig) | |||
133 | connection_status(); | 133 | connection_status(); |
134 | } | 134 | } |
135 | 135 | ||
136 | int tcpudpsvd_main(int argc, char **argv); | 136 | int tcpudpsvd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
137 | int tcpudpsvd_main(int argc, char **argv) | 137 | int tcpudpsvd_main(int argc, char **argv) |
138 | { | 138 | { |
139 | char *str_c, *str_C, *str_b, *str_t; | 139 | char *str_c, *str_C, *str_b, *str_t; |