summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index 0bca315f..af028a4f 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -83,7 +83,9 @@ void sdp_svcdb_collect(sdp_record_t *rec);
sdp_record_t *sdp_record_find(uint32_t handle);
void sdp_record_add(bdaddr_t *device, sdp_record_t *rec);
int sdp_record_remove(uint32_t handle);
-sdp_list_t *sdp_get_record_list();
+sdp_list_t *sdp_get_record_list(void);
+sdp_list_t *sdp_get_access_list(void);
+int sdp_check_access(uint32_t handle, bdaddr_t *device);
uint32_t sdp_next_handle(void);
uint32_t sdp_get_time();