You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef LWIP_RTP_H |
|
#define LWIP_RTP_H |
|
|
|
#if LWIP_SOCKET && LWIP_IGMP |
|
void rtp_init(void); |
|
#endif /* LWIP_SOCKET && LWIP_IGMP */ |
|
|
|
#endif /* LWIP_RTP_H */
|
|
|