summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 00:58:23 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 00:58:23 +0000
commit2006d2ff671751d0ced48827ae8a58887c404a48 (patch)
tree78327fb32eee3a940d43dd82356b053a31926eaa /sdpd/sdpd.h
parent60ebcaad4295e24f64b5b56a9f5bf3a260862d2a (diff)
Modify the server database directly
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);