summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2010-11-07 00:47:07 +0100
committerportix <portix@gmx.net>2010-11-07 00:47:07 +0100
commit6ddc344c13d24017ff3dbb3eac791bbd708d1de6 (patch)
tree7a7795dc5fd16451eadf00b70b57a83217891a0b /src/commands.h
parentce934b50c6743037ae184893a1e4d16fb80cbdc7 (diff)
downloaddwb-6ddc344c13d24017ff3dbb3eac791bbd708d1de6.zip
basic undo function, no history saved
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 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