X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=src%2Fretval.h;fp=src%2Fplp_errcode.h;h=1baf3c5eb576546554f023f50b17b38729d800dc;hp=47a4bb14ae03a7bb5756cf9d5d66dd82b79e46dd;hb=2f0002fa1271a3a6f8f52bccdb256c9764c8e563;hpb=02410339261f276bc277f7a39ab5bed727932a41 diff --git a/src/plp_errcode.h b/src/retval.h similarity index 67% rename from src/plp_errcode.h rename to src/retval.h index 47a4bb1..1baf3c5 100644 --- a/src/plp_errcode.h +++ b/src/retval.h @@ -5,8 +5,8 @@ * Author: lamikr */ -#ifndef PLP_COMMON_H_ -#define PLP_COMMON_H_ +#ifndef PLP_RETVAL_H_ +#define PLP_RETVAL_H_ enum { @@ -16,4 +16,4 @@ enum PLP_ERR_IO }; -#endif /* PLP_COMMON_H_ */ +#endif /* PLP_RETVAL_H_ */