diff options
author | portix <none@none> | 2012-06-11 00:19:51 +0200 |
---|---|---|
committer | portix <none@none> | 2012-06-11 00:19:51 +0200 |
commit | 331574cb4efa3f8b39261325acdfeda5f879b4dc (patch) | |
tree | b2868376caba001460f93c94d9dacb0845eab8b2 /src/commands.h | |
parent | ef555fbbc5d82e848cb145ff104c0426f337b9cf (diff) | |
download | dwb-331574cb4efa3f8b39261325acdfeda5f879b4dc.zip |
New command eval
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
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 |