summaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/passwd.c')
-rw-r--r--apps/passwd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/passwd.c b/apps/passwd.c
index d3893d7f83..c7e21d2081 100644
--- a/apps/passwd.c
+++ b/apps/passwd.c
@@ -54,6 +54,8 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
* -reverse - switch table columns
*/
+int MAIN(int, char **);
+
int MAIN(int argc, char **argv)
{
int ret = 1;