summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index ccdd9653..8ec47b1a 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -82,3 +82,6 @@ uint32_t sdp_get_time();
int start_sdp_server(uint16_t mtu, uint32_t flags);
void stop_sdp_server(void);
+
+int add_record_to_server(sdp_record_t *rec);
+void remove_record_from_server(uint32_t handle);