mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-15 03:17:03 +00:00
9 lines
249 B
C
9 lines
249 B
C
#ifndef _SRCH_H_
|
|
#define _SRCH_H_
|
|
|
|
int srch_decode_entry(void *buf, struct scoutfs_srch_entry *sre,
|
|
struct scoutfs_srch_entry *prev);
|
|
int srch_encode_entry(void *buf, struct scoutfs_srch_entry *sre, struct scoutfs_srch_entry *prev);
|
|
|
|
#endif
|