mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
7 lines
207 B
C
7 lines
207 B
C
#include "ybt.h"
|
|
#include "brttypes.h"
|
|
|
|
int keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
|
void test_keycompare (void) ;
|
|
|
|
int default_compare_fun (DB *, const DBT *, const DBT*);
|