mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-09 04:00:10 +00:00
Just lift the key printer from the kernel and use it to print item keys in segments and in manifest entries. Signed-off-by: Zach Brown <zab@versity.com>
7 lines
90 B
C
7 lines
90 B
C
#ifndef _KEY_H_
|
|
#define _KEY_H_
|
|
|
|
int print_key(void *key_data, unsigned key_len);
|
|
|
|
#endif
|