Add extern to eob_count global variable declaration in header file.

This commit is contained in:
Jilles Tjoelker 2008-04-11 11:30:07 +02:00
parent 7b224e33b5
commit a8ac111452

View file

@ -89,7 +89,7 @@ extern int splitmode;
extern int splitchecking;
extern int split_users;
extern int split_servers;
int eob_count;
extern int eob_count;
extern rb_dlink_list unknown_list;
extern rb_dlink_list lclient_list;