aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;