summaryrefslogtreecommitdiff
path: root/ares_llist.h
diff options
context:
space:
mode:
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 */