Include <gsasl.h>.
Showing
1 changed file
with
4 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 2003 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This library is free software; you can redistribute it and/or | 4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 5 | modify it under the terms of the GNU Lesser General Public |
... | @@ -18,6 +18,8 @@ | ... | @@ -18,6 +18,8 @@ |
18 | #ifndef _MAILUTILS_GSASL_H | 18 | #ifndef _MAILUTILS_GSASL_H |
19 | #define _MAILUTILS_GSASL_H | 19 | #define _MAILUTILS_GSASL_H |
20 | 20 | ||
21 | #include <gsasl.h> | ||
22 | |||
21 | int gsasl_stream_create __P((stream_t *stream, int fd, | 23 | int gsasl_stream_create __P((stream_t *stream, int fd, |
22 | Gsasl_session_ctx *ctx, | 24 | Gsasl_session_ctx *ctx, |
23 | int flags)); | 25 | int flags)); |
... | @@ -26,4 +28,4 @@ void mu_gsasl_init_argp __P((void)); | ... | @@ -26,4 +28,4 @@ void mu_gsasl_init_argp __P((void)); |
26 | 28 | ||
27 | extern char *gsasl_cram_md5_pwd; | 29 | extern char *gsasl_cram_md5_pwd; |
28 | 30 | ||
29 | #endif | 31 | #endif /* not _MAILUTILS_GSASL_H */ | ... | ... |
-
Please register or sign in to post a comment