From ece7f8a0bc6f4b45e931ce2634f79fe6c84a18c9 Mon Sep 17 00:00:00 2001 From: koral Date: Thu, 10 Feb 2011 14:57:01 +0100 Subject: Moves I/O functions to a dedicated source file. --- src/uzbl-core.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/uzbl-core.h') 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); -- cgit v1.2.3