[trunk] add opj_ prefix to some internal define and use the new opj type instead...
[openjpeg.git] / src / lib / openjp2 / event.h
index bc1d575dd02cdb0d57dda6956b7adcb0e14f293c..4d89576a74fd4b6a4a45961ff05f08b9953dbb5c 100644 (file)
@@ -82,7 +82,7 @@ typedef struct opj_event_mgr
  *
  * @return Returns true if successful, returns false otherwise
  */
-OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, int event_type, const char *fmt, ...);
+OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const char *fmt, ...);
 /* ----------------------------------------------------------------------- */
 
 /**