9 lines
67 B
C
9 lines
67 B
C
|
#ifndef _M7RECV_H
|
||
|
#define _M7RECV_H
|
||
|
|
||
|
int m7recv(char *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|