summaryrefslogtreecommitdiffstats
path: root/innbbsd/nocem.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/nocem.c')
-rw-r--r--innbbsd/nocem.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/innbbsd/nocem.c b/innbbsd/nocem.c
index cea4e088..595ecb1d 100644
--- a/innbbsd/nocem.c
+++ b/innbbsd/nocem.c
@@ -4,6 +4,7 @@
*/
#include <stdlib.h>
+#include "externs.h"
#include "nocem.h"
#define PGP5
#undef PGP2
@@ -27,6 +28,9 @@ FILE *NNTPwfp = NULL;
char NNTPbuffer[1024];
int num_spammid = 0;
char errmsg[1024] = "nothing";
+int NCMCOUNT = 0;
+ncmperm_t *NCMPERM=NULL, **NCMPERM_BYTYPE=NULL;
+static char *NCMPERM_BUF;
/* ------------------------------------------------------------------ */
/* NCM initial and maintain */
@@ -590,7 +594,7 @@ initial_nocem()
}
int
-receive_nocem()
+receive_nocem(void)
{
int rel;