remove unused struct
This commit is contained in:
parent
abaafa807c
commit
7e6e1a7091
1 changed files with 0 additions and 9 deletions
9
rtsp.c
9
rtsp.c
|
@ -76,15 +76,6 @@ typedef struct rtsp_session {
|
|||
|
||||
|
||||
|
||||
|
||||
typedef struct rtsp_arg {
|
||||
LIST_ENTRY(rtsp_arg) link;
|
||||
char *key;
|
||||
char *val;
|
||||
} rtsp_arg_t;
|
||||
|
||||
|
||||
|
||||
typedef struct rtsp_connection {
|
||||
tcp_session_t rc_tcp_session; /* Must be first */
|
||||
char *rc_url;
|
||||
|
|
Loading…
Add table
Reference in a new issue