summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-01 11:40:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-01 11:40:15 +0000
commitc8c2b3ffa0c932033a5c666a49481122e58cec27 (patch)
treea168396ee8ffee03241b5b56a29a293f3067d51d /sdpd/sdpd.h
parent6153da844acccec9519301e3e15743643c096e09 (diff)
Change dynamic assignment of record handles to a more standard one
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index 30eb1de3..bc085c83 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -83,6 +83,7 @@ sdp_record_t *sdp_record_find(uint32_t handle);
void sdp_record_add(sdp_record_t *rec);
int sdp_record_remove(uint32_t handle);
sdp_list_t *sdp_get_record_list();
+uint32_t sdp_next_handle(void);
long sdp_get_time();