aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.c
blob: 382fd718f6567c7ed4fbf1535304ae59901c8781 (plain)
1
2
3
4
5
6
7
8
9
10

#include "notification-item-client.h"
#include "custom-service-appstore.h"
 
int
main (int argc, char ** argv)
{

	return 0;
}