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
10113820
...
10113820054d7f08cd1de5f89a75671ae7f3bcc6
authored
2002-02-12 03:29:58 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed static prototype for non-existent function.
1 parent
bf99501b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
1011382
...
...
@@ -41,7 +41,6 @@ volatile size_t children;
static
int
pop3d_mainloop
__P
((
int
,
int
));
static
void
pop3d_daemon_init
__P
((
void
));
static
void
pop3d_daemon
__P
((
unsigned
int
,
unsigned
int
));
static
void
pop3d_usage
__P
((
char
*
));
const
char
*
argp_program_version
=
"pop3d ("
PACKAGE
") "
VERSION
;
const
char
*
argp_program_bug_address
=
"<bug-mailutils@gnu.org>"
;
...
...
Please
register
or
sign in
to post a comment