]> pilppa.org Git - libplp.git/blobdiff - src/retval.h
cleanups
[libplp.git] / src / retval.h
similarity index 67%
rename from src/plp_errcode.h
rename to src/retval.h
index 47a4bb14ae03a7bb5756cf9d5d66dd82b79e46dd..1baf3c5eb576546554f023f50b17b38729d800dc 100644 (file)
@@ -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_ */