diff options
author | Zhou Bo <zhoub-fnst@cn.fujitsu.com> | 2012-08-08 16:54:48 +0800 |
---|---|---|
committer | root <root@localhost.localdomain> | 2012-10-04 16:26:32 -0400 |
commit | c5800fb016a98625309769559af564e6c768ca6d (patch) | |
tree | c9af93c502ff30784ae2f7068c9ac0bef9b1fccb /cmds-inspect.c | |
parent | f4dfc8f6edb62c0a73b6334fc04ac399a289c449 (diff) | |
download | btrfs-progs-c5800fb016a98625309769559af564e6c768ca6d.tar.gz |
Btrfs-progs: move the function declarations to a new head file
Move the function declarations to a new head file.
Signed-off-by: Zhou Bo <zhoub-fnst@cn.fujitsu.com>
Diffstat (limited to 'cmds-inspect.c')
-rw-r--r-- | cmds-inspect.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cmds-inspect.c b/cmds-inspect.c index 2f0228f..f943ed9 100644 --- a/cmds-inspect.c +++ b/cmds-inspect.c @@ -24,9 +24,7 @@ #include "ioctl.h" #include "commands.h" - -/* btrfs-list.c */ -char *path_for_root(int fd, u64 root); +#include "btrfs-list.h" static const char * const inspect_cmd_group_usage[] = { "btrfs inspect-internal <command> <args>", |