rtspTransmit/includes/myws.hpp

8 lines
85 B
C++
Raw Permalink Normal View History

2024-03-21 16:36:26 +08:00
#ifndef _MYWS
#define _MYWS
extern int myws(int atgc, char **argv);
#endif