diff options
-rw-r--r-- | applets/busybox.c | 2 | ||||
-rw-r--r-- | busybox.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 5f1c56b..e454bb6 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -377,7 +377,7 @@ static char* install_dir[] = { typedef int (*__link_f)(const char *, const char *); /* create (sym)links for each applet */ -int install_links(const char *busybox, int use_symbolic_links) +static int install_links(const char *busybox, int use_symbolic_links) { __link_f Link = link; @@ -377,7 +377,7 @@ static char* install_dir[] = { typedef int (*__link_f)(const char *, const char *); /* create (sym)links for each applet */ -int install_links(const char *busybox, int use_symbolic_links) +static int install_links(const char *busybox, int use_symbolic_links) { __link_f Link = link; |