diff options
author | corvid <corvid@lavabit.com> | 2009-11-08 19:49:32 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-08 19:49:32 +0000 |
commit | 9e2760ed2439a1e93f29a2c791e409aea7434787 (patch) | |
tree | a235e45e2f2233cd08deee710f49adef3f14af44 | |
parent | af79cfa906cf11d7fce74cea61120ca6d3900db9 (diff) |
static
-rw-r--r-- | src/IO/dpi.c | 2 |
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; |