#ifndef __HANDLER_H_ #define __HANDLER_H_ /* inits all needed parts of ecore for the handlers */ void init_ecore_handler(char *from, char *to); /* shutdown all ecore handler parts */ void shutdown_ecore_handler(); #endif