8 typedef struct i_mempool {
14 void i_mempool_init(i_mempool *mp);
15 void i_mempool_extend(i_mempool *mp);
16 void *i_mempool_alloc(i_mempool *mp, size_t size);
17 void i_mempool_destroy(i_mempool *mp);
26 extern unsigned long i_utf8_advance(char const **p, int *len);
28 /* XXX Shouldn't these go away? */
30 int i_min(int a,int b);
31 int i_max(int x,int y);