[trunk] Really apply r2460 this time, but fix the original typo in the submitted...
[openjpeg.git] / src / lib / openjp2 / bio.h
index a69299b9dd439a261981f6002bb19f65bee4067d..b4dd7fa3454acfa4467e4c7832f82343182516b0 100644 (file)
@@ -112,13 +112,13 @@ Flush bits
 @param bio BIO handle
 @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise
 */
-opj_bool opj_bio_flush(opj_bio_t *bio);
+OPJ_BOOL opj_bio_flush(opj_bio_t *bio);
 /**
 Passes the ending bits (coming from flushing)
 @param bio BIO handle
 @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise
 */
-opj_bool opj_bio_inalign(opj_bio_t *bio);
+OPJ_BOOL opj_bio_inalign(opj_bio_t *bio);
 /* ----------------------------------------------------------------------- */
 /*@}*/