X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_libesmtp.h;h=d813b3aee2d08e7d28db08464f7c761a05bd7a48;hp=9470792666a71f0e38248e92d15c0676b48fba45;hb=105e395f06e15f2c3878d856bc278dd2cf971794;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h index 9470792..d813b3a 100644 --- a/mutt_libesmtp.h +++ b/mutt_libesmtp.h @@ -1,10 +1,18 @@ +/* + * Copyright notice from original mutt: + * [none] + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ + #if !defined(LIBESMTP_H) #define LIBESMTP_H -int -mutt_invoke_libesmtp (ADDRESS *from, /* the sender */ - ADDRESS *to, ADDRESS *cc, ADDRESS *bcc, /* recips */ - const char *msg, /* file containing message */ - int eightbit); /* message contains 8bit chars */ +int mutt_invoke_libesmtp (ADDRESS * from, /* the sender */ + ADDRESS * to, ADDRESS * cc, ADDRESS * bcc, /* recips */ + const char *msg, /* file containing message */ + int eightbit); /* message contains 8bit chars */ #endif /* !defined(LIBESMTP_H) */