Initial commit
[jamendo] / branches / nota-show-app / src / service.h
diff --git a/branches/nota-show-app/src/service.h b/branches/nota-show-app/src/service.h
new file mode 100644 (file)
index 0000000..b818e46
--- /dev/null
@@ -0,0 +1,16 @@
+/***************************************************************************
+ *            service.h
+ *
+ *  Wed Nov 18 10:43:09 2009
+ *  Copyright  2009  Marcin Miklas
+ *  <marcin.miklas@teleca.com>
+ ****************************************************************************/
+
+#ifndef SERVICE_H
+#define SERVICE_H
+
+#include "pdu.h"
+
+void* service(ServiceCallbacks* callbacks);
+
+#endif
\ No newline at end of file