aboutsummaryrefslogtreecommitdiff
path: root/src/IO/Url.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:31:36 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:31:36 -0300
commit43ca1bf65c9cfb6d1814ad5f9bad6021ff2361b3 (patch)
tree412607671f7a3e5a094d536782fd80cf73bf9e3f /src/IO/Url.h
parent20a2702304a931304caf63823ac6a9184f40bd7d (diff)
Switch the DPI framework from Unix sockets to Internet sockets
Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain.
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r--src/IO/Url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h
index f144bfad..95919f11 100644
--- a/src/IO/Url.h
+++ b/src/IO/Url.h
@@ -28,7 +28,7 @@ void a_Dpi_ccc (int Op, int Branch, int Dir, ChainLink *Info,
void *Data1, void *Data2);
char *a_Dpi_send_blocking_cmd(const char *server_name, const char *cmd);
-void a_Dpi_bye_dpid(void);
+void a_Dpi_dillo_exit(void);
void a_Dpi_init(void);