- add a colorful "valid HTML 4.01 Transitional" button to be able to check the refere...
[oweals/busybox.git] / coreutils / id.c
index 39a57c196e8ddc9c35ec6e43b419b0d8f7f1f723..73c3c2e3bf42c69e45399c74f8dc3aa5eb5b1cee 100644 (file)
@@ -53,7 +53,7 @@ static short printf_full(unsigned int id, const char *arg, const char prefix)
        return status;
 }
 
-extern int id_main(int argc, char **argv)
+int id_main(int argc, char **argv)
 {
        struct passwd *p;
        uid_t uid;