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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
1db967b
...
...
@@ -125,7 +125,7 @@ struct imap4d_command
#define ERR_NO_OFILE 2
#define ERR_TIMEOUT 3
#define ERR_SIGNAL 4
/* Namespace numbers */
#define NS_PRIVATE 0
#define NS_OTHER 1
...
...
@@ -147,7 +147,7 @@ extern int state;
extern
volatile
size_t
children
;
extern
int
is_virtual
;
extern
struct
daemon_param
daemon_param
;
#ifndef HAVE_STRTOK_R
extern
char
*
strtok_r
__P
((
char
*
s
,
const
char
*
delim
,
char
**
save_ptr
));
#endif
...
...
@@ -185,7 +185,10 @@ extern int imap4d_subscribe __P ((struct imap4d_command *, char *));
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