mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-06 19:07:14 +00:00
7 lines
82 B
C
7 lines
82 B
C
|
#ifndef __RTP_H__
|
||
|
#define __RTP_H__
|
||
|
|
||
|
void rtp_init(void);
|
||
|
|
||
|
#endif /* __RTP_H__ */
|