/[mailutils]/mailutils/include/mailutils/gsasl.h
ViewVC logotype

Diff of /mailutils/include/mailutils/gsasl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gray, Wed Jan 22 13:17:02 2003 UTC revision 1.2 by gray, Wed Jan 22 20:21:47 2003 UTC
# Line 1  Line 1 
1    /* GNU Mailutils -- a suite of utilities for electronic mail
2       Copyright (C) 2003 Free Software Foundation, Inc.
3    
4  int gsasl_stream_create __P((stream_t *stream, stream_t s,     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,
22                               Gsasl_session_ctx *ctx,                               Gsasl_session_ctx *ctx,
23                               int flags));                               int flags));
24    
25    void mu_gsasl_init_argp __P((void));
26    
27    extern char *gsasl_cram_md5_pwd;
28    
29    #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26