summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-eth-llc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/shim-eth-llc/main.c')
-rw-r--r--src/ipcpd/shim-eth-llc/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index c27e42d3..3fec7c3d 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -266,7 +266,7 @@ static int eth_llc_data_init(void)
return ret;
}
-void eth_llc_data_fini(void)
+static void eth_llc_data_fini(void)
{
#if defined(HAVE_NETMAP)
nm_close(eth_llc_data.nmd);
@@ -1417,5 +1417,4 @@ int main(int argc,
fail_init:
ipcp_create_r(getpid(), -1);
exit(EXIT_FAILURE);
-
}