add preinit handler
[project/procd.git] / hotplug.c
1 #include "hotplug.h"
2
3 void rule_handle_command(const char *name, struct blob_attr *data)
4 {
5 }
6
7 void rule_error(struct blob_attr *cur, const char *msg)
8 {
9 }
10