From 1e551b86eb42197411e4045a3fc36d10136dc8c4 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Wed, 21 Mar 2007 14:54:16 +0000 Subject: [PATCH] Make dummy fucntion non-static. --- port/dummy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;