]> git.imager.perl.org - imager.git/blobdiff - imio.h
- added .pcf and .pcf.gz to the list of extensions supported by ft2
[imager.git] / imio.h
diff --git a/imio.h b/imio.h
index 5d746042034a1a56eb7f6721ba15639745a37277..be56dedf15eea40302688c5fd8df618e91ff4a65 100644 (file)
--- a/imio.h
+++ b/imio.h
@@ -1,5 +1,5 @@
-#ifndef _IO_H_
-#define _IO_H_
+#ifndef IMAGER_IMIO_H_
+#define IMAGER_IMIO_H_
 #include <stdio.h>
 #include <sys/stat.h>
 #ifndef _MSC_VER
@@ -55,9 +55,11 @@ void  i_mempool_destroy(i_mempool *mp);
 #undef max
 #endif
 
+extern unsigned long i_utf8_advance(char const **p, int *len);
+
 /* XXX Shouldn't these go away? */
 
-int min(int a,int b);
-int max(int x,int y);
+int i_min(int a,int b);
+int i_max(int x,int y);
 
 #endif