summaryrefslogtreecommitdiff
path: root/cmds.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-12-19 15:41:47 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-12-19 18:27:57 -0500
commit94cafcb8e5c196afefebdc090ba0594db4cf746f (patch)
tree2f17b1ad6574576ec96ed50925f888664ef8812a /cmds.h
parente45b8acdc11c95e34c10d3c145120ab5c3e3ccec (diff)
New setattr command
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 3ebd12f8..d64ffeeb 100644
--- a/cmds.h
+++ b/cmds.h
@@ -45,4 +45,6 @@ int cmd_migrate_superblock(int argc, char *argv[]);
int cmd_version(int argc, char *argv[]);
+int cmd_setattr(int argc, char *argv[]);
+
#endif /* _CMDS_H */