00001 #ifndef __RECEIVER_H__ 00002 #define __RECEIVER_H__ 00003 00004 #define BUFSIZE 1538 00005 00006 void * receiver_run(void *arg); 00007 00008 #endif // __RECEIVER_H__