Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9ce77d93
...
9ce77d938d588bb69139ab430566fec7c23c917f
authored
2004-06-03 21:36:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_transport_t): New data type
1 parent
cade1642
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
include/mailutils/types.h
include/mailutils/types.h
View file @
9ce77d9
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment