mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-11 04:51:08 +00:00
8 lines
150 B
C
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
|