Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5f1a952c
...
5f1a952ce495fd2611e4a799711b84397fc88957
authored
2002-01-15 21:52:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Extern declaration for maildir.
1 parent
3d8702be
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
imap4d/imap4d.h
pop3d/pop3d.h
imap4d/imap4d.h
View file @
5f1a952
...
...
@@ -148,6 +148,7 @@ extern unsigned int timeout;
extern
mailbox_t
mbox
;
extern
char
*
homedir
;
extern
char
*
rootdir
;
extern
char
*
maildir
;
extern
int
state
;
extern
volatile
size_t
children
;
extern
int
is_virtual
;
...
...
pop3d/pop3d.h
View file @
5f1a952
...
...
@@ -183,6 +183,7 @@ extern mailbox_t mbox;
extern
unsigned
int
timeout
;
extern
int
state
;
extern
char
*
username
;
extern
char
*
maildir
;
extern
FILE
*
ifile
;
extern
FILE
*
ofile
;
extern
char
*
md5shared
;
...
...
Please
register
or
sign in
to post a comment