rpm2cpio: handle bz2 too; code shrink
[oweals/busybox.git] / coreutils / pwd.c
index a93b8f115612dd50e4c04a1d11eef2a29ade9ed6..57953d246dd24d2e3191118750a5697f377c5be7 100644 (file)
@@ -7,12 +7,12 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 /* This is a NOFORK applet. Be very careful! */
 
-int pwd_main(int argc, char **argv);
-int pwd_main(int argc, char **argv)
+int pwd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
+int pwd_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
 {
        char *buf;