pidfile.c: not used anymore
[oweals/busybox.git] / libbb / perror_nomsg_and_die.c
index c416df67cded4f61a3e39f7bcf40fb9169b68da8..dab3df60ab5a4599d74695c48d9ed07dfc746d40 100644 (file)
@@ -13,6 +13,8 @@
 //#include "libbb.h"
 extern void bb_perror_msg_and_die(const char *s, ...);
 
+/* suppress gcc "no previous prototype" warning */
+void bb_perror_nomsg_and_die(void);
 void bb_perror_nomsg_and_die(void)
 {
        bb_perror_msg_and_die(0);