summaryrefslogtreecommitdiff
path: root/cmds-fi-usage.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-08-24 18:32:18 +0200
committerDavid Sterba <dsterba@suse.com>2017-08-24 19:08:24 +0200
commita67efe43629e68039591c361fe4abd4656e0a71a (patch)
treef7866d578de6cd0347d8ea03d3410b5a7e87b3be /cmds-fi-usage.h
parentd7dd9d00e944ee2308ee23f7881fb1b58edf7214 (diff)
btrfs-progs: move command definitions to commands.h
There are some trivial helpers, we can group the command declarations in one place. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-fi-usage.h')
-rw-r--r--cmds-fi-usage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds-fi-usage.h b/cmds-fi-usage.h
index f967ba8b..a399517f 100644
--- a/cmds-fi-usage.h
+++ b/cmds-fi-usage.h
@@ -22,9 +22,6 @@
#include "kerncompat.h"
#include "ioctl.h"
-extern const char * const cmd_filesystem_usage_usage[];
-int cmd_filesystem_usage(int argc, char **argv);
-
struct device_info {
u64 devid;
char path[BTRFS_DEVICE_PATH_NAME_MAX];