adding compilation of if-else statements
This commit is contained in:
@@ -7,4 +7,5 @@ int BucketList_Size(BucketList *blist);
|
||||
void BucketList_Copy(BucketList *blist, void *dest, int len);
|
||||
_Bool BucketList_Append (BucketList *blist, const void *data, int size);
|
||||
void *BucketList_Append2(BucketList *blist, const void *data, int size);
|
||||
BPAlloc *BucketList_GetAlloc(BucketList *blist);
|
||||
#endif
|
||||
Reference in New Issue
Block a user