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
f564df74
...
f564df74ab45ca39b08689bfdd1f3d10ad9a57e9
authored
1999-10-06 21:00:31 +0000
by
Sean 'Shaleh' Perry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
d'uh, left off a change
1 parent
d4eaf35d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
f564df7
...
...
@@ -166,7 +166,7 @@ int pop3_lock (void);
int
pop3_unlock
(
void
);
int
pop3_getsizes
(
void
);
int
pop3_mainloop
(
int
infile
,
int
outfile
);
int
pop3_daemon
(
unsigned
int
maxchildren
);
void
pop3_daemon
(
unsigned
int
maxchildren
);
void
pop3_usage
(
char
*
argv0
);
void
pop3_signal
(
int
signal
);
void
pop3_sigchld
(
int
signal
);
...
...
Please
register
or
sign in
to post a comment