diff options
Diffstat (limited to 'lib/splay.h')
-rw-r--r-- | lib/splay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/splay.h b/lib/splay.h index 16745341e..6e9191a63 100644 --- a/lib/splay.h +++ b/lib/splay.h @@ -42,7 +42,7 @@ struct Curl_tree *Curl_splayremove(int key, struct Curl_tree *t, struct Curl_tree *Curl_splaygetbest(int key, struct Curl_tree *t, struct Curl_tree **removed); int Curl_splayremovebyaddr(struct Curl_tree *t, - struct Curl_tree *remove, + struct Curl_tree *removenode, struct Curl_tree **newroot); #ifdef CURLDEBUG |