cscvs to tla changeset 107
[onak.git] / charfuncs.h
index ffa7bf93046b6ea55727496e311dc34ad7a2ae0e..c5ee2a0904858c93a7031c3b86312ff7e581d808 100644 (file)
@@ -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;
 };
 
 /**