procd: Replace strerror(errno) with %m.
[project/procd.git] / procd.h
diff --git a/procd.h b/procd.h
index 88886a3..5aa3aea 100644 (file)
--- a/procd.h
+++ b/procd.h
@@ -27,7 +27,6 @@
 #define __init __attribute__((constructor))
 
 extern char *ubus_socket;
-extern int upgrade_running;
 
 void procd_connect_ubus(void);
 void procd_reconnect_ubus(int reconnect);