summaryrefslogtreecommitdiffstats
path: root/friendfinder/receiver.h
blob: 2398cbc5cffa92f5dbc31bddb91a2ffb7ba23b12 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __GUI_H_
#define __GUI_H_

/* calls main for receiver */
void receiver_main(void *user);


#endif