diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index 516208474..4adcadb94 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -66,7 +66,7 @@ static void setdefaultfilecon(const char *path) | |||
66 | 66 | ||
67 | #endif | 67 | #endif |
68 | 68 | ||
69 | int install_main(int argc, char **argv); | 69 | int install_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
70 | int install_main(int argc, char **argv) | 70 | int install_main(int argc, char **argv) |
71 | { | 71 | { |
72 | struct stat statbuf; | 72 | struct stat statbuf; |