diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 22:22:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 22:22:38 -0500 |
commit | 89ebfc6d19ec1acc39e5eb271955b6c50cdbbe35 (patch) | |
tree | 614ceff6a159753d6ad5362dbf789ade22b03759 /src | |
parent | 17192c26de5cc0662c218196ef4b53ebaf1eef0b (diff) | |
download | libayatana-appindicator-89ebfc6d19ec1acc39e5eb271955b6c50cdbbe35.tar.gz libayatana-appindicator-89ebfc6d19ec1acc39e5eb271955b6c50cdbbe35.tar.bz2 libayatana-appindicator-89ebfc6d19ec1acc39e5eb271955b6c50cdbbe35.zip |
Getting some functions so that we can link happy like.
Diffstat (limited to 'src')
-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) { |