aboutsummaryrefslogtreecommitdiff
path: root/src/rtsp_client.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-31 08:16:55 +0200
committerMax Kellermann <max@duempel.org>2011-08-31 08:16:55 +0200
commit9209ccfa40e47f1fd8571c4463777b0e468dfb65 (patch)
tree52d1f41e1e056b48eb873459de36874b4424fcf9 /src/rtsp_client.h
parent2525d32e1710884984e5a2b3445b7cff37ea826e (diff)
rtsp_client: allow parameter "kd" to be NULL
When the caller isn't interested in the values.
Diffstat (limited to 'src/rtsp_client.h')
-rw-r--r--src/rtsp_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtsp_client.h b/src/rtsp_client.h
index b5b35975..5b56af9d 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;