diff options
Diffstat (limited to 'contrib/apps/rtp/rtp.h')
-rw-r--r-- | contrib/apps/rtp/rtp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/apps/rtp/rtp.h b/contrib/apps/rtp/rtp.h new file mode 100644 index 00000000000..c53d89bdad6 --- /dev/null +++ b/contrib/apps/rtp/rtp.h @@ -0,0 +1,8 @@ +#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 */ |