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
8a653103
...
8a65310357aed7b67c17c7dc5d364bf11542816f
authored
2004-01-10 12:43:40 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <gsasl.h>.
1 parent
0882e35d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
include/mailutils/gsasl.h
include/mailutils/gsasl.h
View file @
8a65310
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2003 Free Software Foundation, Inc.
Copyright (C) 2003
, 2004
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -18,6 +18,8 @@
#ifndef _MAILUTILS_GSASL_H
#define _MAILUTILS_GSASL_H
#include <gsasl.h>
int
gsasl_stream_create
__P
((
stream_t
*
stream
,
int
fd
,
Gsasl_session_ctx
*
ctx
,
int
flags
));
...
...
@@ -26,4 +28,4 @@ void mu_gsasl_init_argp __P((void));
extern
char
*
gsasl_cram_md5_pwd
;
#endif
#endif
/* not _MAILUTILS_GSASL_H */
...
...
Please
register
or
sign in
to post a comment