mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
don't use 'new' in the proto
This commit is contained in:
parent
daef1cf34d
commit
3b0a920fad
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue