From 80cc92995d07002052269c498437812415951476 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Sat, 24 Oct 2009 11:01:10 +0200 Subject: export remove_socket_from_array() so the test suite can make use of it --- uzbl-core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uzbl-core.h') 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); -- cgit v1.2.3