summaryrefslogtreecommitdiffstats
path: root/include/api/errno.h
blob: 51921d266932e5e633758b391815b9a261a119c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _JOVE_ERRNO_H
#define _JOVE_ERRNO_H 1

enum {
    EFAIL = 1,
    EACCESS
};

#endif