summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <none@none>2012-06-11 00:19:51 +0200
committerportix <none@none>2012-06-11 00:19:51 +0200
commit331574cb4efa3f8b39261325acdfeda5f879b4dc (patch)
treeb2868376caba001460f93c94d9dacb0845eab8b2 /src/commands.h
parentef555fbbc5d82e848cb145ff104c0426f337b9cf (diff)
downloaddwb-331574cb4efa3f8b39261325acdfeda5f879b4dc.zip
New command eval
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 37c87ece..ce26e0e2 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -92,5 +92,6 @@ DwbStatus commands_cancel_download(KeyMap *, Arg *);
DwbStatus commands_normal_mode(KeyMap *, Arg *);
DwbStatus commands_dump(KeyMap *, Arg *);
DwbStatus commands_sanitize(KeyMap *, Arg *);
+DwbStatus commands_eval(KeyMap *, Arg *);
#endif