summaryrefslogtreecommitdiffstats
path: root/lib/libsdp/sdp.h
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-01-09 22:44:28 +0000
committeremax <emax@FreeBSD.org>2004-01-09 22:44:28 +0000
commit67356f1515b179322ab5f61deaac067e10dbba00 (patch)
tree6ed17ae08cf9c5d4fd244460555de488ae99253b /lib/libsdp/sdp.h
parentff23b25ca9fe242253a4d57aa0eef0c0a8d10e81 (diff)
downloadFreeBSD-src-67356f1515b179322ab5f61deaac067e10dbba00.zip
FreeBSD-src-67356f1515b179322ab5f61deaac067e10dbba00.tar.gz
Change sdp_open_local(3) API. It now takes a path to a control socket
Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru
Diffstat (limited to 'lib/libsdp/sdp.h')
-rw-r--r--lib/libsdp/sdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsdp/sdp.h b/lib/libsdp/sdp.h
index 3987ffb..4f5fb27 100644
--- a/lib/libsdp/sdp.h
+++ b/lib/libsdp/sdp.h
@@ -469,7 +469,7 @@ typedef struct sdp_attr * sdp_attr_p;
#endif /* BYTE_ORDER */
void * sdp_open (bdaddr_t const *l, bdaddr_t const *r);
-void * sdp_open_local (void);
+void * sdp_open_local (char const *control);
int32_t sdp_close (void *xs);
int32_t sdp_error (void *xs);
OpenPOWER on IntegriCloud