aboutsummaryrefslogtreecommitdiff
path: root/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sb.h')
-rw-r--r--sb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sb.h b/sb.h
index e5b6bec..f69bd59 100644
--- a/sb.h
+++ b/sb.h
@@ -1,3 +1,5 @@
+void history_command();
+void grab_bar();
void link_hover(WebKitWebView* page, const gchar* title, const gchar* link, gpointer data);
void load_uri(gchar *uri);
void tab_new(gboolean b);
@@ -14,4 +16,3 @@ void show_search(gboolean b);
void focus_view();
WebKitWebView * tab_new_requested(WebKitWebView *v, WebKitWebFrame *f);
void tab_switch(gboolean b);
-gboolean cb_keypress(GtkWidget *widget, GdkEventKey *event);