summaryrefslogtreecommitdiffstats
path: root/include/error.h
blob: 8aa087ce67cbc6463ba41fb9a6a0621cb6d2bc97 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _JOVE_ERROR_H
#define _JOVE_ERROR_H 1

#define E_OK 0
#define E_BADOBJ 1
#define E_ARGUMENT 2

#endif