(libT) #4632 'custom blocklist generates 2x # of rules': add a fix, which causes r13825's test to pass

This commit is contained in:
Jordan Lee
2013-01-21 21:14:14 +00:00
parent 5d9335201d
commit 0da726e639
2 changed files with 87 additions and 55 deletions

View File

@@ -37,6 +37,8 @@ typedef struct tr_ptrArray
}
tr_ptrArray;
typedef int (*PtrArrayCompareFunc)(const void * a, const void * b);
typedef void (*PtrArrayForeachFunc)(void *);
#define TR_PTR_ARRAY_INIT_STATIC { NULL, 0, 0 }