llist: hide Curl_llist_init
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Aug 2010 21:49:49 +0000 (23:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Aug 2010 09:07:38 +0000 (11:07 +0200)
commit1d594772fd15143ad602ac90f5bb2f58f8b06f1a
treeecd8942e3253fecbb0975f8742e8dd7c88b5f5aa
parentff26895b5c40c9e0d50122bcbb12368dbb627139
llist: hide Curl_llist_init

Curl_llist_init is never used outside of llist.c and thus it should be
static. I also removed the protos for Curl_llist_insert_prev and
Curl_llist_remove_next which are functions we removed from llist.c ages
ago.
lib/llist.c
lib/llist.h