rtspTransmit/includes/sender.hpp
2024-03-21 16:36:26 +08:00

8 lines
70 B
C++

#ifndef _SENDER
#define _SENDER
extern int sender();
#endif