summaryrefslogtreecommitdiff
path: root/cmds.h
diff options
context:
space:
mode:
authorTim Schlueter <schlueter.tim@linux.com>2018-02-14 01:28:24 -0800
committerTim Schlueter <schlueter.tim@linux.com>2018-05-26 14:32:30 -0700
commita5d94ce0a883dd2be3ee227772213097fed3ffc4 (patch)
tree2bae827568b3cd9d1682e4a65b5562f7cd5f2780 /cmds.h
parent62e4df2a38081f62fd1bd657459b7ffb2d4f522c (diff)
Added 'version' command to print when the bcachefs tool was built
Diffstat (limited to 'cmds.h')
-rw-r--r--cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds.h b/cmds.h
index 258a823d..3ebd12f8 100644
--- a/cmds.h
+++ b/cmds.h
@@ -43,4 +43,6 @@ int cmd_list(int argc, char *argv[]);
int cmd_migrate(int argc, char *argv[]);
int cmd_migrate_superblock(int argc, char *argv[]);
+int cmd_version(int argc, char *argv[]);
+
#endif /* _CMDS_H */