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
1db967b3
...
1db967b331bf413b63e840ae12012539d232dd72
authored
2002-08-01 08:59:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(fetch_flags0): New prototype.
1 parent
005a6ebe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
1db967b
...
...
@@ -186,6 +186,9 @@ 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
*
));
/* Shared between fetch and store */
extern
void
fetch_flags0
(
const
char
*
prefix
,
message_t
msg
,
int
isuid
);
/* Synchronisation on simultaneous access. */
extern
int
imap4d_sync
__P
((
void
));
extern
int
imap4d_sync_flags
__P
((
size_t
));
...
...
Please
register
or
sign in
to post a comment