diff options
-rw-r--r-- | libpostproc/postprocess.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index fec1878..7e30da7 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -58,6 +58,8 @@ typedef void pp_context; typedef void pp_mode; #if LIBPOSTPROC_VERSION_INT < (52<<16) +typedef pp_context pp_context_t; +typedef pp_mode pp_mode_t; extern const char *const pp_help; ///< a simple help text #else extern const char pp_help[]; ///< a simple help text |