From 5b8f131ba9569b2df1b33ac3e90e2eb107ff5b0b Mon Sep 17 00:00:00 2001 From: dron Date: Wed, 21 Mar 2007 14:54:16 +0000 Subject: Make dummy fucntion non-static. --- port/dummy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'port') diff --git a/port/dummy.c b/port/dummy.c index dcf7e29e..923ee7b1 100644 --- a/port/dummy.c +++ b/port/dummy.c @@ -1,10 +1,10 @@ -/* $Id: dummy.c,v 1.2 2005-07-07 15:21:52 dron Exp $ */ +/* $Id: dummy.c,v 1.3 2007-03-21 14:54:16 dron Exp $ */ /* * Dummy function, just to be ensure that the library always will be created. */ -static void +void libport_dummy_function() { return; -- cgit v1.2.1