Commit 282e7f1c 282e7f1c02d4bcee1c879fefe87d608ee1dffd59 by Sergey Poznyakoff

Add missing forward declarations

1 parent 5facdb70
......@@ -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 *);
......