repo.or.cz
/
tore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AUTO_LT_SYNC
[tore.git]
/
pytx
/
sort.h
blob
33041d090f1224d8a26bb8be9aa8da7857688b6c
1
#ifndef _SORT_H_
2
#include
"list.h"
3
#include
"txlist.h"
4
void
sort
(
struct
list_head
*
head
,
TXObj
*,
cmpr_fn
);
5
#endif