Skip to content
Snippets Groups Projects
Commit 3b0a920f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

don't use 'new' in the proto

parent daef1cf3
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ struct Curl_tree {
struct Curl_tree *Curl_splay(int i, struct Curl_tree *t);
struct Curl_tree *Curl_splayinsert(int key, struct Curl_tree *t,
struct Curl_tree *new);
struct Curl_tree *newnode);
#if 0
struct Curl_tree *Curl_splayremove(int key, struct Curl_tree *t,
struct Curl_tree **removed);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment