Commit 7caee580 7caee580a42906ae855c81b7440f0c18e86657a8 by Sam Roberts

Fixed warnings about functions called without prototypes.

1 parent 5c987eb1
......@@ -15,6 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <ctype.h>
#include "argcv.h"
/*
......
......@@ -21,6 +21,8 @@
#include <sys/types.h>
#include <mailutils/error.h>
#if STDC_HEADERS
# include <stdlib.h>
#else
......