missing 'WHERE' aka missing extern.
authorPierre Habouzit <madcoder@debian.org>
Sat, 28 Oct 2006 00:54:12 +0000 (02:54 +0200)
committerPierre Habouzit <madcoder@debian.org>
Sat, 28 Oct 2006 00:54:12 +0000 (02:54 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
nntp/nntp.h

index 3ad5925..261a156 100644 (file)
@@ -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_ */