mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
(libT) #4632 'custom blocklist generates 2x # of rules': add a fix, which causes r13825's test to pass
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user