Only seed database for Debian install if we're using default config
[onak.git] / charfuncs.h
index ffa7bf93046b6ea55727496e311dc34ad7a2ae0e..ad460e4a9667f246c6198ce603c6cb817ac9199e 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * 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;
 };
 
 /**