Remove conflicting extern decralaration for mboxfile variable.

It is defined as static in implementation file.
This commit is contained in:
Alexander Kabaev 2007-04-06 15:51:35 +00:00
parent 2897dce81d
commit 9dd50a972f

View File

@ -143,7 +143,6 @@ extern char *homedir(int, int);
extern char *mailbox(int, char *);
extern char *passwdfile;
extern char *slinkname;
extern char mboxfile[];
extern gid_t hlfs_gid;
extern int cache_interval;
extern int noverify;