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
ddde71e7
...
ddde71e702e3fa85973ae5fe8bd21bacabffba67
authored
2002-08-05 08:10:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_version): New function.
1 parent
09a11515
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 @
ddde71e
...
...
@@ -185,6 +185,7 @@ 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
*
));
extern
int
imap4d_version
__P
((
struct
imap4d_command
*
,
char
*
));
/* Shared between fetch and store */
extern
void
fetch_flags0
(
const
char
*
prefix
,
message_t
msg
,
int
isuid
);
...
...
Please
register
or
sign in
to post a comment