X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnntp.h;h=d82bd606c25df8eddf198119c96125b3c57f29fa;hp=0dbcc39b195bc1d50503a8faac2802498f8642b2;hb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e;hpb=86d529600952d1b3606e2b163a4edefbf988d1b9 diff --git a/nntp/nntp.h b/nntp/nntp.h index 0dbcc39..d82bd60 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -12,7 +12,7 @@ #ifndef _NNTP_H_ #define _NNTP_H_ 1 -#include "mutt_socket.h" +#include #include "mx.h" #include @@ -117,7 +117,8 @@ void nntp_logout_all (); const char *nntp_format_str (char *, size_t, char, const char *, const char *, const char *, const char *, unsigned long, format_flag); +void nntp_sync_sidebar (NNTP_DATA*); -NNTP_SERVER *CurrentNewsSrv INITVAL (NULL); +WHERE NNTP_SERVER *CurrentNewsSrv INITVAL (NULL); #endif /* _NNTP_H_ */