summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 15:13:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 15:13:29 +0000
commit282e7f1c02d4bcee1c879fefe87d608ee1dffd59 (patch)
treeb2a4a8246a55cbb10fc8524eb12dd8ad6ff961cf
parent5facdb707a15825608b07217cec73a20c5de3aee (diff)
downloadmailutils-282e7f1c02d4bcee1c879fefe87d608ee1dffd59.tar.gz
mailutils-282e7f1c02d4bcee1c879fefe87d608ee1dffd59.tar.bz2
Add missing forward declarations
-rw-r--r--examples/nntpclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nntpclient.c b/examples/nntpclient.c
index a563bc3fa..4ad1120f2 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -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_newsgroups (char *);
int com_mode (char *);
int com_mode_reader (char *);
int com_newgroups (char *);

Return to:

Send suggestions and report system problems to the System administrator.