6ffdd84649a152d79a97e2adef1ca74a04fe5a20
[centaur.git] / include / libelfu / types.h
1 #ifndef __LIBELFU_TYPES_H__
2 #define __LIBELFU_TYPES_H__
3
4 typedef enum {
5   ELFU_ERROR = -1,
6   ELFU_FALSE = 0,
7   ELFU_TRUE = 1
8 } ELFU_BOOL;
9
10 #endif