diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:25:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:25:46 +0000 |
commit | 4f20f27924bd0ad6fcb02b22df6dd1128fcccd78 (patch) | |
tree | 96cf6363eef9cf2038f04308c52e2377ff1197a1 /dund/dund.h | |
parent | 472036c7d265f73ae8d1beddbcf7a0762f6b1386 (diff) |
Add experimental mRouter support
Diffstat (limited to 'dund/dund.h')
-rw-r--r-- | dund/dund.h | 5 |
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); |