]> pilppa.org Git - libplp.git/blob - src/retval.h
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_UNKNOWN,
15         C_ERR_MEMORY,
16         PLP_ERR_IO
17 };
18
19 #endif /* PLP_RETVAL_H_ */