X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnntp%2Fserv_nntp.c;h=6f775f0f8437201fe537c2cf3b550b359dadb187;hb=20762a39a345482cadea3745fc37de80f4c7a0b6;hp=c99b588d7e45a1d303704c9f88ccdba3e282468f;hpb=8e1c356fd71ef6b5980742d46c410b8eb565f59b;p=citadel.git diff --git a/citadel/modules/nntp/serv_nntp.c b/citadel/modules/nntp/serv_nntp.c index c99b588d7..6f775f0f8 100644 --- a/citadel/modules/nntp/serv_nntp.c +++ b/citadel/modules/nntp/serv_nntp.c @@ -60,7 +60,7 @@ #include "locate_host.h" #include "citadel_dirs.h" #include "ctdl_module.h" - +#include "serv_nntp.h" extern long timezone; @@ -335,13 +335,6 @@ void nntp_authinfo(const char *cmd) { } -// FIXME move this to a header file -struct nntp_msglist { - int num_msgs; - long *msgnums; -}; - - /* * Utility function to fetch the current list of message numbers in a room */ @@ -485,11 +478,6 @@ void nntp_newgroups(const char *cmd) { } -struct nntp_list_data { - int list_format; -}; - - /* * Called once per room by nntp_list() to qualify and possibly output a single room */