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
fdcf0b75
...
fdcf0b75174a37787d6e8761de53c5c19cc5acfc
authored
2002-07-26 11:21:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_outf): New prototype.
1 parent
71604f12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
fdcf0b7
...
...
@@ -198,6 +198,7 @@ extern int pop3d_touchlock __P ((void));
extern
int
pop3d_uidl
__P
((
const
char
*
));
extern
int
pop3d_user
__P
((
const
char
*
));
extern
int
pop3d_unlock
__P
((
void
));
extern
void
pop3d_outf
__P
((
const
char
*
fmt
,
...));
extern
struct
passwd
*
getpwnam_ip_virtual
__P
((
const
char
*
u
));
extern
struct
passwd
*
getpwnam_host_virtual
__P
((
const
char
*
u
));
...
...
Please
register
or
sign in
to post a comment