From 63a46f212c21697fbf8a73a80094d1db664a4b49 Mon Sep 17 00:00:00 2001 From: Evgeny Grablyk Date: Mon, 4 May 2009 22:07:02 +0300 Subject: Something's working --- uzbl.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index 7cd35c8..fafd92f 100644 --- a/uzbl.h +++ b/uzbl.h @@ -59,7 +59,10 @@ static void close_uzbl (WebKitWebView *page, const char *param); static gboolean -run_command(const char *command, const char *args); +run_command_async(const char *command, const char *args); + +static gboolean +run_command_sync(const char *command, const char *args, char **stdout); static void spawn(WebKitWebView *web_view, const char *param); @@ -103,4 +106,14 @@ add_binding (const gchar *key, const gchar *act); static void settings_init (); +static void +cookie_recieved_action (SoupCookieJar *jar, + SoupCookie *old_cookie, + SoupCookie *new_cookie, + gpointer user_data); +static void +ask_for_cookie (SoupSession *session, + SoupMessage *msg, + SoupSocket *socket, + gpointer user_data); /* vi: set et ts=4: */ -- cgit v1.2.3