]> granicus.if.org Git - curl/commitdiff
don't use 'new' in the proto
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Jul 2006 18:57:51 +0000 (18:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Jul 2006 18:57:51 +0000 (18:57 +0000)
lib/splay.h

index 092c0b7fe7b4a5348bd1de874efa0a7001218e7b..16745341e904756f5f8c8150c6e5d283d60834b5 100644 (file)
@@ -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);