#ifndef __GUI_H_ #define __GUI_H_ struct position { char *nick; char *lat; char *lon; }; /* calls main for receiver */ void receiver_main(void *user); #endif