small warnings.

This commit is contained in:
Vitor Santos Costa
2014-11-25 16:42:35 +00:00
parent 50659967ed
commit 2be225c17a
12 changed files with 34 additions and 18 deletions

View File

@@ -13,6 +13,8 @@
#ifndef APT_H
#define APT_H
#include <stdlib.h>
/* ---------- Defines */
#ifndef ERROR
@@ -52,8 +54,9 @@
#endif
/* ---------- Types */
#ifndef __ANSI_C__
#define __ANSI_C__
#endif
typedef void (*ApplyFunction)(void*);
typedef void (*ApplyFunction1)(void*,void*);