summaryrefslogblamecommitdiffstats
path: root/friendfinder/handler.h
blob: a566218803dfdbe74e05fff4c3a4bbcd33badf6b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                    

                                           
 




                                      
                     

      
#ifndef __HANDLER_H_
#define __HANDLER_H_

/* init threads */
void init_msg_thread(char *from, char *to);

void init_sender_thread(char *from);

void init_receiver_thread(char *from);

/* close all threads */
void close_threads();

#endif