$OpenBSD: patch-base_src_common_encode_h,v 1.1 2002/09/04 16:21:43 todd Exp $
--- base/src/common/encode.h.orig	Mon Jul  8 16:31:07 2002
+++ base/src/common/encode.h	Tue Sep  3 23:34:47 2002
@@ -41,11 +41,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-char *hex_encode(const void *, unsigned int len);
-void *hex_decode(const char *, unsigned int *len);
+char *hex_encode(const void *, u_int32_t len);
+void *hex_decode(const char *, u_int32_t *len);
 
-char *b64_encode(const void *, unsigned int len);
-void *b64_decode(const char *, unsigned int *len);
+char *b64_encode(const void *, u_int32_t len);
+void *b64_decode(const char *, u_int32_t *len);
 
 
 #endif /* COMMON_ENCODE_H */
