aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-24 11:01:10 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-24 11:01:10 +0200
commit80cc92995d07002052269c498437812415951476 (patch)
treeaf88557a6b59a10bee2e92aa12d4295dd9113905 /uzbl-core.h
parentb2893abd17a6e328abc0ffa969e6f6718faa0814 (diff)
export remove_socket_from_array() so the test suite can make use of it
Diffstat (limited to 'uzbl-core.h')
-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);