summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--port/dummy.c4
1 files 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;