8 lines
70 B
C
8 lines
70 B
C
|
#ifndef _RECVBARK_H
|
||
|
#define _RECVBARK_H
|
||
|
|
||
|
int recvbark(void);
|
||
|
|
||
|
#endif
|
||
|
|