File: rtp.h

package info (click to toggle)
lwip 2.2.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,028 kB
  • sloc: ansic: 109,551; cs: 6,714; sh: 115; makefile: 112; perl: 81
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
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 */