Diff between e163a915148def20ece17fefc10bed3af8940216 and e0c744c9a822d0c578e855f5e9829069583f4f3a

Changed Files

File Additions Deletions Status
obexd/client/transport.h +1 -0 modified

Full Patch

diff --git a/obexd/client/transport.h b/obexd/client/transport.h
index 5140840..b035cfc 100644
--- a/obexd/client/transport.h
+++ b/obexd/client/transport.h
@@ -31,6 +31,7 @@ struct obc_transport {
 				obc_transport_func func, void *user_data);
 	int (*getpacketopt) (GIOChannel *io, int *tx_mtu, int *rx_mtu);
 	void (*disconnect) (guint id);
+	const void *(*getattribute) (guint id, int attribute_id);
 };
 
 int obc_transport_register(struct obc_transport *transport);