2007-11-29 14:18:54 +00:00
|
|
|
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
|
|
|
|
2007-07-24 01:32:03 +00:00
|
|
|
#include "ybt.h"
|
2007-07-13 19:37:47 +00:00
|
|
|
#include "brttypes.h"
|
|
|
|
|
2007-11-20 00:02:51 +00:00
|
|
|
int toku_keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
|
|
|
void toku_test_keycompare (void) ;
|
2007-07-13 19:37:47 +00:00
|
|
|
|
2013-04-16 23:57:41 -04:00
|
|
|
int toku_default_compare_fun (DB *, const DBT *, const DBT*) __attribute__((__visibility__("default")));
|
2007-11-29 18:14:40 +00:00
|
|
|
int toku_dont_call_this_compare_fun (DB *, const DBT *, const DBT*);
|