(gsasl_stream_create): Changed declaration.
(mu_gsasl_init_argp): New function. (gsasl_cram_md5_pwd): New global.
Showing
1 changed file
with
26 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | ||
2 | Copyright (C) 2003 Free Software Foundation, Inc. | ||
1 | 3 | ||
2 | int gsasl_stream_create __P((stream_t *stream, stream_t s, | 4 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU General Library Public License as published by | ||
6 | the Free Software Foundation; either version 2, or (at your option) | ||
7 | any later version. | ||
8 | |||
9 | GNU Mailutils is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU Library General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with GNU Mailutils; if not, write to the Free Software | ||
16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ | ||
17 | |||
18 | #ifndef _MAILUTILS_GSASL_H | ||
19 | #define _MAILUTILS_GSASL_H | ||
20 | |||
21 | int gsasl_stream_create __P((stream_t *stream, int fd, | ||
3 | Gsasl_session_ctx *ctx, | 22 | Gsasl_session_ctx *ctx, |
4 | int flags)); | 23 | int flags)); |
24 | |||
25 | void mu_gsasl_init_argp __P((void)); | ||
26 | |||
27 | extern char *gsasl_cram_md5_pwd; | ||
28 | |||
29 | #endif | ... | ... |
-
Please register or sign in to post a comment