From 700dbab719f75421b81f8c603d239bbf38cfa6f9 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sat, 28 Oct 2006 02:54:12 +0200 Subject: [PATCH] missing 'WHERE' aka missing extern. Signed-off-by: Pierre Habouzit --- nntp/nntp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntp/nntp.h b/nntp/nntp.h index 3ad5925..261a156 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -119,6 +119,6 @@ const char *nntp_format_str (char *, size_t, char, const char *, const char *, format_flag); void nntp_sync_sidebar (NNTP_DATA*); -NNTP_SERVER *CurrentNewsSrv INITVAL (NULL); +WHERE NNTP_SERVER *CurrentNewsSrv INITVAL (NULL); #endif /* _NNTP_H_ */ -- 2.20.1