diff postprocess.c @ 111:bf39174d9785 libpostproc

Implement postproc_version().
author stefano
date Mon, 01 Sep 2008 18:00:53 +0000
parents 83d51d1fb580
children d4d919ebc31c
line wrap: on
line diff
--- a/postprocess.c	Sun Aug 31 07:39:47 2008 +0000
+++ b/postprocess.c	Mon Sep 01 18:00:53 2008 +0000
@@ -90,6 +90,11 @@
 #include "postprocess.h"
 #include "postprocess_internal.h"
 
+unsigned postproc_version(void)
+{
+    return LIBPOSTPROC_VERSION_INT;
+}
+
 #ifdef HAVE_ALTIVEC_H
 #include <altivec.h>
 #endif