Fixed warnings about functions called without prototypes.
Showing
2 changed files
with
4 additions
and
0 deletions
... | @@ -15,6 +15,8 @@ | ... | @@ -15,6 +15,8 @@ |
15 | along with this program; if not, write to the Free Software | 15 | along with this program; if not, write to the Free Software |
16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ |
17 | 17 | ||
18 | #include <ctype.h> | ||
19 | |||
18 | #include "argcv.h" | 20 | #include "argcv.h" |
19 | 21 | ||
20 | /* | 22 | /* | ... | ... |
-
Please register or sign in to post a comment