summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authordron <dron>2007-03-21 14:54:16 +0000
committerdron <dron>2007-03-21 14:54:16 +0000
commit5b8f131ba9569b2df1b33ac3e90e2eb107ff5b0b (patch)
tree2e756398c7c1fc8006e19a7cc2cb77171e547593 /port
parent2e5b52e8648e38462afd9263ad7576503bb42c4d (diff)
downloadlibtiff-5b8f131ba9569b2df1b33ac3e90e2eb107ff5b0b.tar.gz
Make dummy fucntion non-static.
Diffstat (limited to 'port')
-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;