Initial commit
[jamendo] / branches / nota-show-app / src / service.h
1 /***************************************************************************
2  *            service.h
3  *
4  *  Wed Nov 18 10:43:09 2009
5  *  Copyright  2009  Marcin Miklas
6  *  <marcin.miklas@teleca.com>
7  ****************************************************************************/
8
9 #ifndef SERVICE_H
10 #define SERVICE_H
11
12 #include "pdu.h"
13
14 void* service(ServiceCallbacks* callbacks);
15
16 #endif