blob: f7f5f0862d805d57fc14e8f9a62c7eb12898695c [file] [log] [blame]
Theodore Ts'o3839e651997-04-26 13:21:57 +00001/*
2 * debugfs.h --- header file for the debugfs program
3 */
4
5#include <linux/ext2_fs.h>
6#include "ext2fs/ext2fs.h"
7
8extern ext2_filsys fs;
9extern ino_t root, cwd;
10
11extern FILE *open_pager(void);
12extern void close_pager(FILE *stream);
13extern int check_fs_open(char *name);
14extern int check_fs_not_open(char *name);
15extern ino_t string_to_inode(char *str);
16
17
18