From 7b2c29fbd83d2679a123a8825c92b3ac97e79229 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Oct 2009 22:16:49 -0500 Subject: Getting to building all these header files nicely. --- src/custom-service.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/custom-service.c') diff --git a/src/custom-service.c b/src/custom-service.c index 63590c7..5a5fc62 100644 --- a/src/custom-service.c +++ b/src/custom-service.c @@ -1,3 +1,5 @@ +#include "notification-item-client.h" +#include "notification-watcher-server.h" int main (int argc, char ** argv) -- cgit v1.2.3 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/custom-service.c') 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