Make the code build with another bunch of warning flags.

--HG--
extra : convert_revision : 1c5b66b58e4c66ff61e9cef2cb3760ac675c1626
This commit is contained in:
Juan RP 2009-03-13 00:21:55 +01:00
parent 16ed8945b7
commit aee08a7f8f
6 changed files with 10 additions and 2 deletions

View file

@ -35,6 +35,8 @@
#include <unistd.h>
#include <string.h>
#include <xbps_api.h>
static int vfcexec(const char *, int, const char *, va_list);
static int pfcexec(const char *, const char *, const char **);