From: Todd C. Miller Date: Sat, 6 Mar 2010 19:28:26 +0000 (-0500) Subject: tq_remove not list_remove X-Git-Tag: SUDO_1_8_0~842 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=847a7c1b24879be14e5c3d2ae3ac0832394e3ef7;p=sudo tq_remove not list_remove --- diff --git a/include/list.h b/include/list.h index 8e0f8bd8e..116e8777a 100644 --- a/include/list.h +++ b/include/list.h @@ -69,8 +69,8 @@ struct n##_list { \ */ void *tq_pop(void *); void tq_append(void *, void *); +void tq_remove(void *, void *); void list_append(void *, void *); -void list_remove(void *, void *); void list2tq(void *, void *); #endif /* _SUDO_LIST_H */