diff options
author | Max Kellermann <max@duempel.org> | 2011-08-31 08:16:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-31 08:16:55 +0200 |
commit | 9209ccfa40e47f1fd8571c4463777b0e468dfb65 (patch) | |
tree | 52d1f41e1e056b48eb873459de36874b4424fcf9 /src/rtsp_client.h | |
parent | 2525d32e1710884984e5a2b3445b7cff37ea826e (diff) | |
download | mpd-9209ccfa40e47f1fd8571c4463777b0e468dfb65.tar.gz mpd-9209ccfa40e47f1fd8571c4463777b0e468dfb65.tar.xz mpd-9209ccfa40e47f1fd8571c4463777b0e468dfb65.zip |
rtsp_client: allow parameter "kd" to be NULL
When the caller isn't interested in the values.
Diffstat (limited to '')
-rw-r--r-- | src/rtsp_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtsp_client.h b/src/rtsp_client.h index b5b359750..5b56af9da 100644 --- a/src/rtsp_client.h +++ b/src/rtsp_client.h @@ -45,7 +45,6 @@ struct rtspcl_data { int fd; char url[128]; int cseq; - struct key_data *kd; struct key_data *exthds; char *session; char *transport; |