summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index 6d9c856a..3df83fca 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -50,7 +50,7 @@ typedef struct request {
int sock;
int mtu;
int flags;
- char *buf;
+ uint8_t *buf;
int len;
} sdp_req_t;