Use correct #if's for function prototype

This commit is contained in:
goldsimon 2010-01-20 07:39:36 +00:00
parent f4855e7575
commit a7c23005e7

View File

@ -1,6 +1,8 @@
#ifndef __RTP_H__
#define __RTP_H__
#if LWIP_SOCKET && LWIP_IGMP
void rtp_init(void);
#endif /* LWIP_SOCKET && LWIP_IGMP */
#endif /* __RTP_H__ */