Files
scoutfs/utils/src/key.h
Zach Brown 51ae302d81 scoutfs-utils: add key printing
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>
2017-06-15 21:54:04 -07:00

7 lines
90 B
C

#ifndef _KEY_H_
#define _KEY_H_
int print_key(void *key_data, unsigned key_len);
#endif