/* Copyright (c) 1996, Ruslan R. Laishev (@RRL) */ #include "nntp.h" #include "nntp_log.h" #include "nntp_rms.h" #include "nntp_worker.h" #include "nntp_commands.h" #define NNTP_CONF "NNTP.CONF" int nntp_get_conf (void) { int conf; return 0; }