aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 94680c8..1bab39f 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -434,6 +434,9 @@ event(WebKitWebView *page, GArray *argv, GString *result);
void
init_connect_socket();
+gboolean
+remove_socket_from_array(GIOChannel *chan);
+
void
menu_add(WebKitWebView *page, GArray *argv, GString *result);