summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-06-02 18:09:04 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-06-02 18:44:19 +0200
commit9783cbd9befebad4bc2ce3955051ca5a306d7b4f (patch)
treebf8c8828a5b67b7af955c4f790e3cd37c50d8f82 /src/command.h
parente671b9d0c2d5c6cf46f094617807244bcd329efd (diff)
Added descent command.
This command allows to open the parent directory of the current shown.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 5d234c0..80316bd 100644
--- a/src/command.h
+++ b/src/command.h
@@ -52,5 +52,6 @@ gboolean command_bookmark(const Arg *arg);
gboolean command_eval(const Arg *arg);
gboolean command_editor(const Arg *arg);
gboolean command_nextprev(const Arg *arg);
+gboolean command_descent(const Arg *arg);
#endif /* end of include guard: _COMMAND_H */