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
ff9ec2c6
...
ff9ec2c6ea1f8f352f6c850677542ec44dae56f3
authored
2003-01-22 13:17:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added gsasl.h
1 parent
27bc01a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
include/mailutils/Makefile.am
include/mailutils/gsasl.h
include/mailutils/Makefile.am
View file @
ff9ec2c
...
...
@@ -30,6 +30,7 @@ pkginclude_HEADERS = \
error.h
\
filter.h
\
folder.h
\
gsasl.h
\
guile.h
\
header.h
\
iterator.h
\
...
...
include/mailutils/gsasl.h
0 → 100644
View file @
ff9ec2c
int
gsasl_stream_create
__P
((
stream_t
*
stream
,
stream_t
s
,
Gsasl_session_ctx
*
ctx
,
int
flags
));
Please
register
or
sign in
to post a comment