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
79cf4290
...
79cf4290a3d5424abbaf658ac5cfe0bdb589bcca
authored
2004-01-08 16:31:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_mark_retr,pop3d_is_retr)
(pop3d_unmark_retr): Added external declarations.
1 parent
4ed1808b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
79cf429
...
...
@@ -257,4 +257,8 @@ extern int pop3d_init_tls_server __P ((void));
extern
void
pop3d_deinit_tls_server
__P
((
void
));
#endif
/* WITH_TLS */
extern
void
pop3d_mark_retr
__P
((
attribute_t
attr
));
extern
int
pop3d_is_retr
__P
((
attribute_t
attr
));
extern
void
pop3d_unmark_retr
__P
((
attribute_t
attr
));
#endif
/* _POP3D_H */
...
...
Please
register
or
sign in
to post a comment