summaryrefslogtreecommitdiff
path: root/src/sdpd.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-05 20:08:12 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-05 20:08:12 -0800
commit8b62e8716358aef02af0fd89c12f7e60c398e8af (patch)
tree1cc9f7530dafd989dd042dda3f06380d0ed31d7c /src/sdpd.h
parent77d7957db8c5c0583fbd04ebc7380acbfdc04765 (diff)
downloadbluez-8b62e8716358aef02af0fd89c12f7e60c398e8af.tar.gz
core: Add function for handling internal SDP processing
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 45417e151..93ebcd6f5 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -45,6 +45,7 @@ typedef struct request {
int len;
} sdp_req_t;
+void handle_internal_request(int sk, int mtu, void *data, int len);
void handle_request(int sk, uint8_t *data, int len);
int service_register_req(sdp_req_t *req, sdp_buf_t *rsp);