*oops* I forgot to add those.
[apps/madmutt.git] / nntp / mx_nntp.h
index 3ec43cf..9e44ca1 100644 (file)
@@ -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 */