diff --git a/tests/transport.c b/tests/transport.c index 00b42d1..eae8971 100644 --- a/tests/transport.c +++ b/tests/transport.c @@ -28,7 +28,7 @@ /* private */ /* types */ -typedef struct _Transport +typedef struct _AppTransport { int ret; AppTransportPluginHelper helper; @@ -59,7 +59,7 @@ static int _transport(char const * protocol, char const * name) { char * cwd; Plugin * plugin; - Transport transport; + AppTransport transport; AppTransportPluginHelper * helper = &transport.helper; struct timeval tv;