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