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
3b3e96af
...
3b3e96afa32e4555b99372e3dbaffd7faf4da5cc
authored
2003-01-28 21:44:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_idle, util_wait_input): New functions.
1 parent
8c950e5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
3b3e96a
...
...
@@ -195,6 +195,7 @@ extern int imap4d_uid __P ((struct imap4d_command *, char *));
extern
int
imap4d_unsubscribe
__P
((
struct
imap4d_command
*
,
char
*
));
extern
int
imap4d_namespace
__P
((
struct
imap4d_command
*
,
char
*
));
extern
int
imap4d_version
__P
((
struct
imap4d_command
*
,
char
*
));
extern
int
imap4d_idle
__P
((
struct
imap4d_command
*
,
char
*
));
/* Shared between fetch and store */
extern
void
fetch_flags0
(
const
char
*
prefix
,
message_t
msg
,
int
isuid
);
...
...
@@ -273,7 +274,8 @@ void util_get_input __P((stream_t *pstr));
void
util_get_output
__P
((
stream_t
*
pstr
));
void
util_set_input
__P
((
stream_t
str
));
void
util_set_output
__P
((
stream_t
str
));
int
util_wait_input
__P
((
int
));
void
util_register_event
__P
((
int
old_state
,
int
new_state
,
list_action_t
*
action
,
void
*
data
));
void
util_event_remove
__P
((
void
*
id
));
...
...
Please
register
or
sign in
to post a comment