From 89ebfc6d19ec1acc39e5eb271955b6c50cdbbe35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Oct 2009 22:22:38 -0500 Subject: Getting some functions so that we can link happy like. --- src/custom-service.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3