X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fmx_nntp.h;h=9e44ca1da39a8b91e684cca311462c253808625b;hb=e176d53ddc6abf804824cad054a424f45c0a945e;hp=3ec43cf3913563b48b22d132796fbd32c08ee899;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd;p=apps%2Fmadmutt.git diff --git a/nntp/mx_nntp.h b/nntp/mx_nntp.h index 3ec43cf..9e44ca1 100644 --- a/nntp/mx_nntp.h +++ b/nntp/mx_nntp.h @@ -1,3 +1,8 @@ +/* + * 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. + */ /* * interface of mx_t implementation for NNTP @@ -8,6 +13,6 @@ #include "mx.h" -mx_t* nntp_reg_mx (void); +extern mx_t const nntp_mx; #endif /* !_NNTP_MX_H */