Files
scoutfs/utils/src/key.h
Zach Brown 288a752f42 scoutfs-utils: update key printing
The kernel key printing code was refactored to more carefully print
keys.  Import this updated code by adding supporting functions around it
so that we don't have to make edits to it and can easily update the
import in the future.

Signed-off-by: Zach Brown <zab@versity.com>
2017-09-06 10:37:18 -07:00

7 lines
91 B
C

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