Diff between 157afa4ebd64524cbf1bbdaa84af1ca1081e3a38 and d49c6a28add97b386f316eb5262756e84df4d662

Changed Files

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

Full Patch

diff --git a/obexd/src/transport.h b/obexd/src/transport.h
index b81615b..97e10d0 100644
--- a/obexd/src/transport.h
+++ b/obexd/src/transport.h
@@ -26,6 +26,7 @@ struct obex_transport_driver {
 	uint16_t service;
 	void *(*start) (struct obex_server *server, int *err);
 	int (*getpeername) (GIOChannel *io, char **name);
+	int (*getsockname) (GIOChannel *io, char **name);
 	void (*stop) (void *data);
 };