aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar koral <koral@mailoo.org>2011-02-10 14:57:01 +0100
committerGravatar koral <koral@mailoo.org>2011-02-10 14:57:01 +0100
commitece7f8a0bc6f4b45e931ce2634f79fe6c84a18c9 (patch)
treee820930903e5da1cab71ef1129ccbb6db80a8eaf /src/uzbl-core.h
parentaa565b52f9f82b6c137b2af2178d7ffb9297f310 (diff)
Moves I/O functions to a dedicated source file.
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index e1e24eb..76421d2 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -278,24 +278,6 @@ void spawn_sync_exec(WebKitWebView *web_view, GArray *argv, GString *resu
void parse_command(const char *cmd, const char *param, GString *result);
void parse_cmd_line(const char *ctl_line, GString *result);
-/* Communication functions */
-/*@null@*/ gchar*
-build_stream_name(int type, const gchar *dir);
-
-gboolean control_fifo(GIOChannel *gio, GIOCondition condition);
-
-/*@null@*/ gchar*
-init_fifo(gchar *dir);
-
-gboolean control_stdin(GIOChannel *gio, GIOCondition condition);
-void create_stdin();
-
-/*@null@*/ gchar*
-init_socket(gchar *dir);
-
-gboolean control_socket(GIOChannel *chan);
-gboolean control_client_socket(GIOChannel *chan);
-
void update_title(void);