diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-17 21:59:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-17 21:59:25 +0000 |
commit | 8f6ea7c3d24dc21f120b6d29fc975936b4d4f3b7 (patch) | |
tree | 13adaefcf54de2406ecc33fa8a211a783a50bb1a /include/sdp.h | |
parent | 914617b58d2b68d1e3792a77fc5dd37f78d2037b (diff) |
Add additional private data field
Diffstat (limited to 'include/sdp.h')
-rw-r--r-- | include/sdp.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/sdp.h b/include/sdp.h index 200a6b0e..f6af1261 100644 --- a/include/sdp.h +++ b/include/sdp.h @@ -374,18 +374,6 @@ extern "C" { #define SDP_SVC_REMOVE_RSP 0x80 /* - * Values of the flags parameter to sdp_record_register - */ -#define SDP_RECORD_PERSIST 0x01 -#define SDP_DEVICE_RECORD 0x02 - -/* - * Values of the flags parameter to sdp_connect - */ -#define SDP_RETRY_IF_BUSY 0x01 -#define SDP_WAIT_ON_CLOSE 0x02 - -/* * SDP Error codes */ #define SDP_INVALID_VERSION 0x0001 @@ -499,17 +487,6 @@ struct sdp_data_struct { int unitSize; }; -/* - * a session with an SDP server - */ -typedef struct { - int sock; - int state; - int local; - int flags; - uint16_t tid; // Current transaction ID -} sdp_session_t; - #ifdef __cplusplus } #endif |