diff options
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index fab7e3efc..183ae152d 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -127,7 +127,7 @@ static void set_default_dns(char *server) | |||
127 | } | 127 | } |
128 | } | 128 | } |
129 | 129 | ||
130 | int nslookup_main(int argc, char **argv); | 130 | int nslookup_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
131 | int nslookup_main(int argc, char **argv) | 131 | int nslookup_main(int argc, char **argv) |
132 | { | 132 | { |
133 | /* We allow 1 or 2 arguments. | 133 | /* We allow 1 or 2 arguments. |