8 lines
66 B
C
8 lines
66 B
C
|
#ifndef _XMRECV_H
|
||
|
#define _XMRECV_H
|
||
|
|
||
|
int xmrecv(char *);
|
||
|
|
||
|
#endif
|
||
|
|