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









                                                      
#ifndef __SALSA20_H_
#define __SALSA20_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