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 c50bb62ccd
commit 33dcd535b7
1 changed files with 1 additions and 1 deletions

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;