Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / debugfs / debugfs.h
1 /*
2  * debugfs.h --- header file for the debugfs program
3  */
4
5 #include <linux/ext2_fs.h>
6 #include "ext2fs/ext2fs.h"
7
8 extern ext2_filsys fs;
9 extern ino_t    root, cwd;
10
11 extern FILE *open_pager(void);
12 extern void close_pager(FILE *stream);
13 extern int check_fs_open(char *name);
14 extern int check_fs_not_open(char *name);
15 extern ino_t string_to_inode(char *str);
16
17
18