mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-18 22:05:51 +00:00
9 lines
149 B
C
9 lines
149 B
C
#ifndef __RTP_H__
|
|
#define __RTP_H__
|
|
|
|
#if LWIP_SOCKET && LWIP_IGMP
|
|
void rtp_init(void);
|
|
#endif /* LWIP_SOCKET && LWIP_IGMP */
|
|
|
|
#endif /* __RTP_H__ */
|