summaryrefslogtreecommitdiff
path: root/src/IO/dpi.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-11-08 19:49:32 +0000
committercorvid <corvid@lavabit.com>2009-11-08 19:49:32 +0000
commit9e2760ed2439a1e93f29a2c791e409aea7434787 (patch)
treea235e45e2f2233cd08deee710f49adef3f14af44 /src/IO/dpi.c
parentaf79cfa906cf11d7fce74cea61120ca6d3900db9 (diff)
static
Diffstat (limited to 'src/IO/dpi.c')
-rw-r--r--src/IO/dpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/dpi.c b/src/IO/dpi.c
index 10fdaf69..5834ab0f 100644
--- a/src/IO/dpi.c
+++ b/src/IO/dpi.c
@@ -528,7 +528,7 @@ static int Dpi_blocking_start_dpid(void)
* TODO: here we should use the credentials in ~/.dillo/dpid_comm_keys
* (dpid port and password).
*/
-int Dpi_get_server_port(const char *server_name)
+static int Dpi_get_server_port(const char *server_name)
{
int sock_fd, dpi_port = -1;
int dpid_port, ok = 0;