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
282e7f1c
...
282e7f1c02d4bcee1c879fefe87d608ee1dffd59
authored
2005-11-15 15:13:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing forward declarations
1 parent
5facdb70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
examples/nntpclient.c
examples/nntpclient.c
View file @
282e7f1
...
...
@@ -73,9 +73,9 @@ int com_list (char *);
int
com_list_active
(
char
*
);
int
com_list_active_times
(
char
*
);
int
com_list_distributions
(
char
*
);
int
com_list_distribpats
(
char
*
);
int
com_list_distrib
_
pats
(
char
*
);
int
com_list_extensions
(
char
*
);
int
com_list_newsgoups
(
char
*
);
int
com_list_newsg
r
oups
(
char
*
);
int
com_mode
(
char
*
);
int
com_mode_reader
(
char
*
);
int
com_newgroups
(
char
*
);
...
...
Please
register
or
sign in
to post a comment