Commit 9ce77d93 9ce77d938d588bb69139ab430566fec7c23c917f by Sergey Poznyakoff

(mu_transport_t): New data type

1 parent cade1642
......@@ -97,7 +97,8 @@ typedef struct _stream *stream_t;
typedef struct _ticket *ticket_t;
typedef struct _url *url_t;
typedef struct _wicket *wicket_t;
typedef void *mu_transport_t;
#ifdef __cplusplus
}
#endif
......