summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 87cc749..fa8b00c 100644
--- a/src/command.h
+++ b/src/command.h
@@ -26,5 +26,7 @@ COMMAND(cp);
COMMAND(makedir);
COMMAND(mv);
COMMAND(grep);
+COMMAND(chown_cmd);
+COMMAND(chmod_cmd);
#endif