summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-22 22:02:27 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-22 22:02:27 +0000
commit66e753bae1b6dd26ba78efdf345f45c362bb2463 (patch)
treeafeda8ead0885af21458b0093504b769035fe08f /include
parent0e1789b3f1897512eb30d63c8e9803f1461446c1 (diff)
Remove sdp_extract_string prototype
Diffstat (limited to 'include')
-rw-r--r--include/sdp_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sdp_lib.h b/include/sdp_lib.h
index 8df540c6..143056f6 100644
--- a/include/sdp_lib.h
+++ b/include/sdp_lib.h
@@ -585,8 +585,6 @@ static inline int sdp_get_icon_url(const sdp_record_t *rec, char *str, int len)
return sdp_get_string_attr(rec, SDP_ATTR_ICON_URL, str, len);
}
-sdp_data_t *sdp_extract_string(uint8_t *, int *);
-
sdp_record_t *sdp_extract_pdu(const uint8_t *pdata, int *scanned);
sdp_record_t *sdp_extract_pdu_safe(const uint8_t *pdata, int bufsize, int *scanned);