(mu_transport_t): New data type
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -97,7 +97,8 @@ typedef struct _stream *stream_t; | ... | @@ -97,7 +97,8 @@ typedef struct _stream *stream_t; |
97 | typedef struct _ticket *ticket_t; | 97 | typedef struct _ticket *ticket_t; |
98 | typedef struct _url *url_t; | 98 | typedef struct _url *url_t; |
99 | typedef struct _wicket *wicket_t; | 99 | typedef struct _wicket *wicket_t; |
100 | 100 | typedef void *mu_transport_t; | |
101 | |||
101 | #ifdef __cplusplus | 102 | #ifdef __cplusplus |
102 | } | 103 | } |
103 | #endif | 104 | #endif | ... | ... |
-
Please register or sign in to post a comment