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
24ab6df1
...
24ab6df15aa8053d95eea1d0fc0a1245d267225c
authored
2003-07-26 11:10:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_bye): Added missing prototype
1 parent
83cbcd7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
24ab6df
...
...
@@ -186,6 +186,7 @@ extern int tls_available;
extern
int
tls_done
;
#endif
/* WITH_TLS */
extern
void
pop3d_bye
__P
((
void
));
extern
int
pop3d_abquit
__P
((
int
));
extern
int
pop3d_apop
__P
((
const
char
*
));
extern
char
*
pop3d_apopuser
__P
((
const
char
*
));
...
...
Please
register
or
sign in
to post a comment