From 3217c7eef266b2a99d67545abf8eb443d6124e07 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 13 Feb 2013 14:01:14 +0100 Subject: ares__swap_lists: make private and static ... since there's only one user, make it static within ares_process.c --- ares_llist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ares_llist.h') diff --git a/ares_llist.h b/ares_llist.h index b09f0de..20f4d1c 100644 --- a/ares_llist.h +++ b/ares_llist.h @@ -36,7 +36,4 @@ void ares__insert_in_list(struct list_node* new_node, void ares__remove_from_list(struct list_node* node); -void ares__swap_lists(struct list_node* head_a, - struct list_node* head_b); - #endif /* __ARES_LLIST_H */ -- cgit v1.2.3