summaryrefslogtreecommitdiff
path: root/cmds-inspect-dump-tree.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-03-01 16:28:11 +0100
committerDavid Sterba <dsterba@suse.com>2016-03-14 13:42:47 +0100
commit6398ed78f9d52769954ba5fe3c15452c390397a7 (patch)
tree4f4ab4ab52256f5a4bfed0b3edd8548871e40a20 /cmds-inspect-dump-tree.h
parentf4fc6efa4bff2abbe073790e1acdcd5efb53124b (diff)
btrfs-progs: unify naming of argc and argv
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-inspect-dump-tree.h')
-rw-r--r--cmds-inspect-dump-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-inspect-dump-tree.h b/cmds-inspect-dump-tree.h
index 4481f8cd..755fb4b1 100644
--- a/cmds-inspect-dump-tree.h
+++ b/cmds-inspect-dump-tree.h
@@ -17,7 +17,7 @@
#ifndef __CMDS_INSPECT_DUMP_TREE_H__
#define __CMDS_INSPECT_DUMP_TREE_H__
-int cmd_inspect_dump_tree(int ac, char **av);
+int cmd_inspect_dump_tree(int argc, char **argv);
extern const char * const cmd_inspect_dump_tree_usage[];