mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
11 lines
229 B
C
11 lines
229 B
C
#ifndef _BCACHE_FS_H
|
|
#define _BCACHE_FS_H
|
|
|
|
extern NihOption opts_fs_show[];
|
|
int cmd_fs_show(NihCommand *, char * const *);
|
|
|
|
extern NihOption opts_fs_set[];
|
|
int cmd_fs_set(NihCommand *, char * const *);
|
|
|
|
#endif /* _BCACHE_FS_H */
|