diff options
author | portix <portix@gmx.net> | 2010-08-09 00:04:10 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-08-09 00:04:10 +0200 |
commit | 636438fe2f1ea5e10b142b2ed1fdad5337034891 (patch) | |
tree | 733bbef7d31ad437e8836eb9ae4e0a33e336a059 /src/commands.h | |
parent | a30faeae3409c332c55b87ae2cac904996fd44e7 (diff) | |
download | dwb-636438fe2f1ea5e10b142b2ed1fdad5337034891.zip |
save sessions
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 6d67ac31..c1d1125e 100644 --- a/src/commands.h +++ b/src/commands.h @@ -40,4 +40,5 @@ gboolean dwb_com_entry_word_forward(Arg *); gboolean dwb_com_entry_word_back(Arg *); gboolean dwb_com_entry_history_forward(Arg *); gboolean dwb_com_entry_history_back(Arg *); +gboolean dwb_com_save_session(Arg *); #endif |