/* * process_listener.h * * Created on: Sep 18, 2010 * Author: lamikr */ #ifndef PROCESS_LISTENER_H_ #define PROCESS_LISTENER_H_ /** * Listens when the launched processes will close. */ void start_process_listener(); void stop_process_listener(); #endif /* PROCESS_LISTENER_H_ */