aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-13 15:48:42 -0500
committerTed Gould <ted@canonical.com>2009-10-13 15:48:42 -0500
commite265e46176c6c8633849b3a5d65b7f86bda47318 (patch)
tree3d3f461747a9626556cc6b2e11d280f7f1fa3c77 /src/custom-service.c
parent140fda5adff2a21f9c158c941456d9e1f5765832 (diff)
parentfb328a435358e26c1f2779e2bf07ddb05b60e93e (diff)
downloadayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.gz
ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.bz2
ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.zip
A basical build system and basic files.
Diffstat (limited to 'src/custom-service.c')
-rw-r--r--src/custom-service.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/custom-service.c b/src/custom-service.c
new file mode 100644
index 0000000..63590c7
--- /dev/null
+++ b/src/custom-service.c
@@ -0,0 +1,7 @@
+
+int
+main (int argc, char ** argv)
+{
+
+ return 0;
+}