X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.h;h=3959ee787c0ecfdfe8e521f47ebd6b647e22dc00;hp=eaba032f82ec12039f829613f0b68cbbd3e1f407;hb=31edbe030ac69952aa535730427246b5e9a1603c;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/mutt_sasl.h b/mutt_sasl.h index eaba032..3959ee7 100644 --- a/mutt_sasl.h +++ b/mutt_sasl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-1 Brendan Cully + * Copyright (C) 2000-5 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,10 +51,10 @@ typedef struct /* underlying socket data */ void* sockdata; - int (*open) (CONNECTION* conn); - int (*close) (CONNECTION* conn); - int (*read) (CONNECTION* conn, char* buf, size_t len); - int (*write) (CONNECTION* conn, const char* buf, size_t count); + int (*msasl_open) (CONNECTION* conn); + int (*msasl_close) (CONNECTION* conn); + int (*msasl_read) (CONNECTION* conn, char* buf, size_t len); + int (*msasl_write) (CONNECTION* conn, const char* buf, size_t count); } SASL_DATA;