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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 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
;
...
...
@@ -234,7 +235,7 @@ extern int util_parse_822_date __P((char *date, time_t *timep));
extern
int
util_parse_ctime_date
__P
((
const
char
*
date
,
time_t
*
timep
));
extern
char
*
util_strcasestr
__P
((
const
char
*
haystack
,
const
char
*
needle
));
extern
int
util_parse_attributes
__P
((
char
*
items
,
char
**
save
,
int
*
flags
));
#ifdef __cplusplus
}
#endif
...
...
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