source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/rtp/rtp.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 152 bytes
Line 
1#ifndef LWIP_RTP_H
2#define LWIP_RTP_H
3
4#if LWIP_SOCKET && LWIP_IGMP
5void rtp_init(void);
6#endif /* LWIP_SOCKET && LWIP_IGMP */
7
8#endif /* LWIP_RTP_H */
Note: See TracBrowser for help on using the repository browser.