]> git.imager.perl.org - imager.git/blobdiff - imio.h
- read/write i_xres, i_yres, i_aspect only tage with JPEG files,
[imager.git] / imio.h
diff --git a/imio.h b/imio.h
index 88031bf5c88508080dc6772de8800f4f6aebb73a..48a55d5cbb022ece0989f10d2143105ef0fa9776 100644 (file)
--- a/imio.h
+++ b/imio.h
@@ -1,11 +1,7 @@
-#ifndef _IO_H_
-#define _IO_H_
+#ifndef IMAGER_IMIO_H_
+#define IMAGER_IMIO_H_
 #include <stdio.h>
 #include <sys/stat.h>
-#ifndef _MSC_VER
-#include <unistd.h>
-#include <sys/mman.h>
-#endif
 
 #include "log.h"
 
@@ -55,6 +51,8 @@ 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 i_min(int a,int b);