From 43d00cc7405ebda7eaf18b888bbe1db288ca379a Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:57 +0100 Subject: ipc/ipc_table.c: remove forward declaration * ipc/ipc_table.c (ipc_table_fill): Remove forward declaration. * ipc/ipc_table.h (ipc_table_fill): Add prototype. --- ipc/ipc_table.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ipc/ipc_table.c') diff --git a/ipc/ipc_table.c b/ipc/ipc_table.c index 78a82f2c..90960a8f 100644 --- a/ipc/ipc_table.c +++ b/ipc/ipc_table.c @@ -42,15 +42,6 @@ #include #include -/* - * Forward declarations - */ -void ipc_table_fill( - ipc_table_size_t its, - unsigned int num, - unsigned int min, - vm_size_t elemsize); - ipc_table_size_t ipc_table_entries; const unsigned int ipc_table_entries_size = 512; -- cgit v1.2.3