diff options
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r-- | sdpd/sdpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h index 13aa2c74..31f3b645 100644 --- a/sdpd/sdpd.h +++ b/sdpd/sdpd.h @@ -86,4 +86,4 @@ int start_sdp_server(uint16_t mtu, const char *did, 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); +int remove_record_from_server(uint32_t handle); |