uloop: fix a regression in timeout handling
[project/libubox.git] / avl-cmp.h
index 5adb495..f97ae8d 100644 (file)
--- a/avl-cmp.h
+++ b/avl-cmp.h
@@ -17,5 +17,6 @@
 #define __AVL_CMP_H
 
 int avl_strcmp(const void *k1, const void *k2, void *ptr);
 #define __AVL_CMP_H
 
 int avl_strcmp(const void *k1, const void *k2, void *ptr);
+int avl_blobcmp(const void *k1, const void *k2, void *ptr);
 
 #endif
 
 #endif