diff options
author | portix <portix@gmx.net> | 2010-11-07 00:47:07 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-11-07 00:47:07 +0100 |
commit | 6ddc344c13d24017ff3dbb3eac791bbd708d1de6 (patch) | |
tree | 7a7795dc5fd16451eadf00b70b57a83217891a0b /src/commands.h | |
parent | ce934b50c6743037ae184893a1e4d16fb80cbdc7 (diff) | |
download | dwb-6ddc344c13d24017ff3dbb3eac791bbd708d1de6.zip |
basic undo function, no history saved
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 61386d00..024d3864 100644 --- a/src/commands.h +++ b/src/commands.h @@ -49,4 +49,5 @@ gboolean dwb_com_toggle_block_content(Arg *a); gboolean dwb_com_allow_content(Arg *a); gboolean dwb_com_new_window_or_view(Arg *arg); gboolean dwb_com_save_files(Arg *arg); +gboolean dwb_com_undo(Arg *arg); #endif |