Add missing forward declarations
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -73,9 +73,9 @@ int com_list (char *); | ... | @@ -73,9 +73,9 @@ int com_list (char *); |
73 | int com_list_active (char *); | 73 | int com_list_active (char *); |
74 | int com_list_active_times (char *); | 74 | int com_list_active_times (char *); |
75 | int com_list_distributions (char *); | 75 | int com_list_distributions (char *); |
76 | int com_list_distribpats (char *); | 76 | int com_list_distrib_pats (char *); |
77 | int com_list_extensions (char *); | 77 | int com_list_extensions (char *); |
78 | int com_list_newsgoups (char *); | 78 | int com_list_newsgroups (char *); |
79 | int com_mode (char *); | 79 | int com_mode (char *); |
80 | int com_mode_reader (char *); | 80 | int com_mode_reader (char *); |
81 | int com_newgroups (char *); | 81 | int com_newgroups (char *); | ... | ... |
-
Please register or sign in to post a comment