Files
scoutfs/utils/src/srch.h
Zach Brown f04a636229 scoutfs-utils: add support for srch
Signed-off-by: Zach Brown <zab@versity.com>
2020-08-26 14:39:28 -07:00

8 lines
150 B
C

#ifndef _SRCH_H_
#define _SRCH_H_
int srch_decode_entry(void *buf, struct scoutfs_srch_entry *sre,
struct scoutfs_srch_entry *prev);
#endif