From 0d3317a996c798daf61d38e84f02fc6e049ee20d Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 31 Dec 2007 22:48:27 +0100 Subject: Implemented the SELECT element in FORMS! --- dpid/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpid/main.c') diff --git a/dpid/main.c b/dpid/main.c index 9a6ac6e1..065e7858 100644 --- a/dpid/main.c +++ b/dpid/main.c @@ -185,7 +185,7 @@ static int get_command(int sock, char *dpi_tag, struct dp *dpi_attr_list) /* * Check whether a dpi server is running */ -int server_is_running(char *server_id) +static int server_is_running(char *server_id) { int i; -- cgit v1.2.3