Files
scoutfs/utils/src/srch.h
T
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