X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=charfuncs.h;fp=charfuncs.h;h=c5ee2a0904858c93a7031c3b86312ff7e581d808;hb=58d762ea573eb3cfea626bb52ea7a99e24b8a0aa;hp=ffa7bf93046b6ea55727496e311dc34ad7a2ae0e;hpb=98ee16938c903e9d1d5bb9b720f9cfef1fa2ec0a;p=onak.git diff --git a/charfuncs.h b/charfuncs.h index ffa7bf9..c5ee2a0 100644 --- a/charfuncs.h +++ b/charfuncs.h @@ -5,7 +5,7 @@ * * Copyright 2002 Project Purple * - * $Id: charfuncs.h,v 1.3 2003/09/30 17:15:39 noodles Exp $ + * $Id: charfuncs.h,v 1.4 2003/10/04 10:21:40 noodles Exp $ */ #ifndef __CHARFUNCS_H__ @@ -21,8 +21,8 @@ */ struct buffer_ctx { char *buffer; - int offset; - int size; + size_t offset; + size_t size; }; /**