aboutsummaryrefslogtreecommitdiff
path: root/networking/nc_bloaty.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r--networking/nc_bloaty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index ab8246531..cbc0a6471 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -668,7 +668,7 @@ Debug("wrote %d to net, errno %d", rr, errno);
668} /* readwrite */ 668} /* readwrite */
669 669
670/* main: now we pull it all together... */ 670/* main: now we pull it all together... */
671int nc_main(int argc, char **argv); 671int nc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
672int nc_main(int argc, char **argv) 672int nc_main(int argc, char **argv)
673{ 673{
674 char *str_p, *str_s, *str_w; 674 char *str_p, *str_s, *str_w;