$OpenBSD: patch-src_avl_avl_h,v 1.1 2005/04/16 21:24:15 sturm Exp $
--- src/avl/avl.h.orig	Sat Apr 16 22:17:59 2005
+++ src/avl/avl.h	Sat Apr 16 22:18:19 2005
@@ -55,7 +55,7 @@ typedef int (*avl_key_compare_fun_type) 
 typedef int (*avl_iter_fun_type)    (void * key, void * iter_arg);
 typedef int (*avl_iter_index_fun_type)    (unsigned long index, void * key, void * iter_arg);
 typedef int (*avl_free_key_fun_type)    (void * key);
-typedef int (*avl_key_printer_fun_type)    (char *, void *);
+typedef int (*avl_key_printer_fun_type)    (char *, size_t, void *);
 
 /*
  * <compare_fun> and <compare_arg> let us associate a particular compare
