summaryrefslogtreecommitdiff
path: root/ares_llist.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-02-13 14:01:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-13 14:58:04 +0100
commit3217c7eef266b2a99d67545abf8eb443d6124e07 (patch)
tree8bc097bb26f1f46ee909d851aaca8de1e06e5d87 /ares_llist.h
parentbe6e6984b5a6d8f2543cde1f1ed0c7c3b175d88c (diff)
downloadc-ares-3217c7eef266b2a99d67545abf8eb443d6124e07.tar.gz
c-ares-3217c7eef266b2a99d67545abf8eb443d6124e07.tar.bz2
c-ares-3217c7eef266b2a99d67545abf8eb443d6124e07.zip
ares__swap_lists: make private and static
... since there's only one user, make it static within ares_process.c
Diffstat (limited to 'ares_llist.h')
-rw-r--r--ares_llist.h3
1 files changed, 0 insertions, 3 deletions
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 */