AUTO_LT_SYNC
[tore.git] / pytx / sort.h
blob33041d090f1224d8a26bb8be9aa8da7857688b6c
1 #ifndef _SORT_H_
2 #include "list.h"
3 #include "txlist.h"
4 void sort(struct list_head *head, TXObj *, cmpr_fn);
5 #endif