]> pilppa.org Git - libplp.git/blob - src/retval.h
w1 independent file cleanups.
[libplp.git] / src / retval.h
1 /*
2  * plp_common.h
3  *
4  *  Created on: Oct 2, 2010
5  *      Author: lamikr
6  */
7
8 #ifndef PLP_RETVAL_H_
9 #define PLP_RETVAL_H_
10
11 enum
12 {
13         PLP_OK = 0,
14         PLP_ERR,
15         PLP_ERR_DATA_NOT_FOUND,
16         C_ERR_MEMORY,
17         PLP_ERR_IO
18 };
19
20 #endif /* PLP_RETVAL_H_ */