* Jonathan McDowell <noodles@earth.li>
*
* Copyright 2002 Project Purple
- *
- * $Id: charfuncs.h,v 1.3 2003/09/30 17:15:39 noodles Exp $
*/
#ifndef __CHARFUNCS_H__
*/
struct buffer_ctx {
char *buffer;
- int offset;
- int size;
+ size_t offset;
+ size_t size;
};
/**