]> pilppa.org Git - libplpha.git/blob - src/servicedir_listener.h
initial version
[libplpha.git] / src / servicedir_listener.h
1 /*
2  * servicedir_listener.h
3  *
4  *  Created on: Sep 25, 2010
5  *      Author: lamikr
6  */
7
8 #ifndef SERVICEDIR_LISTENER_H_
9 #define SERVICEDIR_LISTENER_H_
10
11 /**
12  * Listens changes in the service configuration directory.
13  */
14 void start_servicedir_listener();
15 void stop_servicedir_listener();
16
17 #endif /* SERVICEDIR_LISTENER_H_ */