X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/047b8ed75bbac19ef33690bd44746718a8261439..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/charfuncs.h 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; }; /**