pidfile.c: not used anymore
[oweals/busybox.git] / coreutils / mknod.c
index 8ca511cd562a01231f13a7660f2d0a8678c2f99b..6fa6d8353aeaa1d20deb31828aad55d896b71576 100644 (file)
@@ -17,6 +17,7 @@
 static const char modes_chars[] = { 'p', 'c', 'u', 'b', 0, 1, 1, 2 };
 static const mode_t modes_cubp[] = { S_IFIFO, S_IFCHR, S_IFBLK };
 
+int mknod_main(int argc, char **argv);
 int mknod_main(int argc, char **argv)
 {
        mode_t mode;