bcachefs-tools/bcache-fs.h

11 lines
229 B
C
Raw Normal View History

2016-03-12 09:18:42 +03:00
#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 */