summaryrefslogtreecommitdiffstats
path: root/dund/dund.h
diff options
context:
space:
mode:
Diffstat (limited to 'dund/dund.h')
-rw-r--r--dund/dund.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dund/dund.h b/dund/dund.h
index 4a8af59b..92626310 100644
--- a/dund/dund.h
+++ b/dund/dund.h
@@ -45,7 +45,6 @@ int dun_kill_all_connections(void);
int dun_open_connection(int sk, char *pppd, char **pppd_opts, int wait);
/* SDP functions */
-int dun_sdp_register(uint8_t channel);
+int dun_sdp_register(uint8_t channel, int mrouter);
void dun_sdp_unregister(void);
-int dun_sdp_search(bdaddr_t *src, bdaddr_t *dst, int *channel);
-
+int dun_sdp_search(bdaddr_t *src, bdaddr_t *dst, int *channel, int mrouter);