diff postprocess.h @ 130:885c7548fb5e libpostproc

Add functions to return library license and library configuration.
author diego
date Wed, 18 Nov 2009 17:15:17 +0000
parents 674bd232c0e1
children 63eddcff3509
line wrap: on
line diff
--- a/postprocess.h	Wed Aug 19 08:15:32 2009 +0000
+++ b/postprocess.h	Wed Nov 18 17:15:17 2009 +0000
@@ -48,6 +48,16 @@
  */
 unsigned postproc_version(void);
 
+/**
+ * Returns the libpostproc build-time configuration.
+ */
+const char * postproc_configuration(void);
+
+/**
+ * Returns the libpostproc license.
+ */
+const char * postproc_license(void);
+
 #define PP_QUALITY_MAX 6
 
 #define QP_STORE_T int8_t