summaryrefslogblamecommitdiffstats
path: root/msg_sender/handler.h
blob: 583fd14506629469a61a1a3b28980f357e3f99bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                    







                                                      
#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