Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'networking/dnsd.c')
-rw-r--r--networking/dnsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/dnsd.c b/networking/dnsd.c
index 6a866f1d7..6d1335e67 100644
--- a/networking/dnsd.c
+++ b/networking/dnsd.c
@@ -330,6 +330,7 @@ static void interrupt(int x)
exit(2);
}
+int dnsd_main(int argc, char **argv);
int dnsd_main(int argc, char **argv)
{
char *listen_interface = NULL;