mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
9 lines
136 B
C
9 lines
136 B
C
|
#ifndef _HATOKU_CMPTRC
|
||
|
#define _HATOKU_CMPTRC
|
||
|
|
||
|
#include "db.h"
|
||
|
|
||
|
int tokutrace_db_get_cmp_byte_stream(DB* db, DBT* byte_stream);
|
||
|
|
||
|
#endif
|