7 lines
122 B
C++
7 lines
122 B
C++
|
|
#ifndef _rtsp_reason_h_
|
||
|
|
#define _rtsp_reason_h_
|
||
|
|
|
||
|
|
const char* rtsp_reason_phrase(int code);
|
||
|
|
|
||
|
|
#endif /* !_rtsp_reason_h_ */
|