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
c2efce5e
...
c2efce5e3991890c028397d5c38dc04f194490b0
authored
2001-07-06 12:36:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
proto for imap4d_bye0()
1 parent
3fb7b236
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
c2efce5
...
...
@@ -193,6 +193,7 @@ extern size_t uid_to_msgno __P ((size_t));
extern
RETSIGTYPE
imap4d_sigchld
__P
((
int
));
extern
RETSIGTYPE
imap4d_signal
__P
((
int
));
extern
int
imap4d_bye
__P
((
int
));
extern
int
imap4d_bye0
__P
((
int
reason
,
struct
imap4d_command
*
command
));
/* Namespace functions */
extern
int
set_namespace
__P
((
int
i
,
char
*
str
));
...
...
Please
register
or
sign in
to post a comment