X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/98ee16938c903e9d1d5bb9b720f9cfef1fa2ec0a..58d762ea573eb3cfea626bb52ea7a99e24b8a0aa:/charfuncs.h 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; }; /**