stream-deploy/ZLM/3rdpart/media-server/librtsp/include/rtsp-reason.h

7 lines
122 B
C++

#ifndef _rtsp_reason_h_
#define _rtsp_reason_h_
const char* rtsp_reason_phrase(int code);
#endif /* !_rtsp_reason_h_ */