summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-06-07 23:51:37 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-06-08 00:55:25 +0200
commita010ec2eff63b399c917452c0b6379aa588b8373 (patch)
treec280b073adb33eb69e49b8434999753f2dc3fa21 /src/command.h
parenta77c368926375ee52e3105beb560b310fc1aef64 (diff)
Added command to download current page to given path (#32).
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 80316bd..ac41d21 100644
--- a/src/command.h
+++ b/src/command.h
@@ -53,5 +53,6 @@ gboolean command_eval(const Arg *arg);
gboolean command_editor(const Arg *arg);
gboolean command_nextprev(const Arg *arg);
gboolean command_descent(const Arg *arg);
+gboolean command_save(const Arg *arg);
#endif /* end of include guard: _COMMAND_H */