diff options
author | portix <portix@gmx.net> | 2010-08-10 22:31:48 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-08-10 22:31:48 +0200 |
commit | 0ec80090fe3c4728758d8cea2cd31e95677f9dca (patch) | |
tree | 92a69cac059795fc75ceaf9136fbdd571c5b2b50 /src/commands.h | |
parent | 70b5b232f327c5c9b167c79c157b4aaa5f80333d (diff) | |
download | dwb-0ec80090fe3c4728758d8cea2cd31e95677f9dca.zip |
show bookmarks
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 c1d1125e..5b3f424b 100644 --- a/src/commands.h +++ b/src/commands.h @@ -41,4 +41,5 @@ 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 *); +gboolean dwb_com_bookmarks(Arg *); #endif |