forked from GitHub/gf-core
libpgf: an API for building heaps from buffers in gu/seq.c
This commit is contained in:
@@ -62,4 +62,10 @@ struct GuEquality {
|
||||
bool (*is_equal)(GuEquality* self, const void* a, const void* b);
|
||||
};
|
||||
|
||||
typedef const struct GuOrder GuOrder;
|
||||
|
||||
struct GuOrder {
|
||||
int (*compare)(GuOrder* self, const void* a, const void* b);
|
||||
};
|
||||
|
||||
#endif // GU_FUN_H_
|
||||
|
||||
Reference in New Issue
Block a user