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


                






                   
                             
                               
 

       
#ifndef __GUI_H_
#define __GUI_H_

struct position
{
	char *nick;
	char *lat;
	char *lon;
};

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


#endif