More proto `how-to' documentation: CVS and WinCVS
[sgt/putty] / tree234.h
index 2acdaa6..3ccacdd 100644 (file)
--- a/tree234.h
+++ b/tree234.h
@@ -55,7 +55,7 @@ void *find234(tree234 *t, void *e, cmpfn234 cmp);
  * Delete an element e in a 2-3-4 tree. Does not free the element,
  * merely removes all links to it from the tree nodes.
  */
-void *del234(tree234 *t, void *e);
+void del234(tree234 *t, void *e);
 
 /*
  * Iterate over the elements of a tree234, in order.
@@ -66,4 +66,4 @@ void *del234(tree234 *t, void *e);
 void *first234(tree234 *t, enum234 *e);
 void *next234(enum234 *e);
 
-#endif /* TREE234_H */
\ No newline at end of file
+#endif /* TREE234_H */