Ticket #36397: patch-prio_list.h.diff
File patch-prio_list.h.diff, 250 bytes (added by stevecheckoway (Stephen Checkoway), 12 years ago) |
---|
-
prio_list.h
old new struct prio_list { 25 25 */ 26 26 27 27 /* void prio_insert(node, list, descending); */ 28 28 extern void prio_insert(void *, void *, int);