fix behaviour during sysupgrade
[project/procd.git] / hotplug.h
index 7018d2397f49a2c7f34537fa2fb72b8f03632bc2..e33afcbfb9628ad7519ddb8ce415ec2f74858cb7 100644 (file)
--- a/hotplug.h
+++ b/hotplug.h
@@ -18,6 +18,7 @@
 #include <libubox/uloop.h>
 
 void hotplug(char *rules);
+void hotplug_shutdown(void);
 void hotplug_last_event(uloop_timeout_handler handler);
 
 #endif