X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=charfuncs.h;h=ad460e4a9667f246c6198ce603c6cb817ac9199e;hb=b29df6ee43968324d986717ac10d6e0656925196;hp=ffa7bf93046b6ea55727496e311dc34ad7a2ae0e;hpb=047b8ed75bbac19ef33690bd44746718a8261439;p=onak.git diff --git a/charfuncs.h b/charfuncs.h index ffa7bf9..ad460e4 100644 --- a/charfuncs.h +++ b/charfuncs.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: charfuncs.h,v 1.3 2003/09/30 17:15:39 noodles Exp $ */ #ifndef __CHARFUNCS_H__ @@ -21,8 +19,8 @@ */ struct buffer_ctx { char *buffer; - int offset; - int size; + size_t offset; + size_t size; }; /**