diff options
-rw-r--r-- | src/custom-service.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/custom-service.c b/src/custom-service.c index 5a5fc62..d96a9de 100644 --- a/src/custom-service.c +++ b/src/custom-service.c @@ -1,6 +1,13 @@ #include "notification-item-client.h" -#include "notification-watcher-server.h" +void _notification_watcher_server_register_service (void) { }; +void _notification_watcher_server_registered_services (void) { }; +void _notification_watcher_server_protocol_version (void) { }; +void _notification_watcher_server_register_notification_host (void) { }; +void _notification_watcher_server_is_notification_host_registered (void) { }; + +#include "notification-watcher-server.h" + int main (int argc, char ** argv) { |