X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/d5477d3d0bc40d154ff61827dbc68f2343171772..37f231bde1e9358268d00344fe55ccc686df931e:/imio.h diff --git a/imio.h b/imio.h index d78e4732..6d5cea4f 100644 --- a/imio.h +++ b/imio.h @@ -17,18 +17,11 @@ void i_mempool_extend(i_mempool *mp); void *i_mempool_alloc(i_mempool *mp, size_t size); void i_mempool_destroy(i_mempool *mp); - - #ifdef _MSC_VER #undef min #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); -int i_max(int x,int y); +extern unsigned long i_utf8_advance(char const **p, size_t *len); #endif