aboutsummaryrefslogtreecommitdiff
path: root/sb.h
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-05-17 23:44:15 -0400
committermutantturkey <crazycal00@gmail.com>2011-05-17 23:44:15 -0400
commit8c189045d953c4dc42076776d6f853a692421a42 (patch)
treec58b5ba540bba60bd178e76fc9823b049cffd6bc /sb.h
parenta8f412ce4316566396048e394271f6708642e094 (diff)
move cb_keypress to callbacks.c, fixed a few warnings, added functions to sb.h
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);