aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.c
blob: d96a9de275271ece72b4a5213955a34b454d91c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "notification-item-client.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)
{

	return 0;
}