libtiff: Make dummy fucntion non-static.

From c12368e229f981d27d5cafcf9cf4721c716067ec Mon Sep 17 00:00:00 2001
From: Andrey Kiselev <[EMAIL REDACTED]>
Date: Wed, 21 Mar 2007 14:53:46 +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..ad6edf5c 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.2.2.1 2007-03-21 14:53:46 dron Exp $ */
 
 /*
  * Dummy function, just to be ensure that the library always will be created.
  */
 
-static void
+void
 libport_dummy_function()
 {
         return;