summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/bio.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 13:13:36 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 13:13:36 +0000
commitec0fe091380c2de75584fdfc3d914eee5b89e731 (patch)
tree320da598f7ee33ed955f8f82fd15a051be03f6d0 /src/lib/openjp2/bio.h
parent8562ed3018967d5c7bc44248c6de74889dcbc6ed (diff)
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Diffstat (limited to 'src/lib/openjp2/bio.h')
-rw-r--r--src/lib/openjp2/bio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/bio.h b/src/lib/openjp2/bio.h
index a69299b9..b4dd7fa3 100644
--- a/src/lib/openjp2/bio.h
+++ b/src/lib/openjp2/bio.h
@@ -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);
/* ----------------------------------------------------------------------- */
/*@}*/