summaryrefslogtreecommitdiffstats
path: root/plugins/usb-protection/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/usb-protection/main.c')
-rw-r--r--plugins/usb-protection/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/usb-protection/main.c b/plugins/usb-protection/main.c
new file mode 100644
index 0000000..fd453bc
--- /dev/null
+++ b/plugins/usb-protection/main.c
@@ -0,0 +1,7 @@
+#define NEW gsd_usb_protection_manager_new
+#define START gsd_usb_protection_manager_start
+#define STOP gsd_usb_protection_manager_stop
+#define MANAGER GsdUsbProtectionManager
+#include "gsd-usb-protection-manager.h"
+
+#include "daemon-skeleton.h"