summaryrefslogtreecommitdiff
path: root/tiff/port/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/port/dummy.c')
-rwxr-xr-xtiff/port/dummy.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tiff/port/dummy.c b/tiff/port/dummy.c
new file mode 100755
index 0000000..923ee7b
--- /dev/null
+++ b/tiff/port/dummy.c
@@ -0,0 +1,12 @@
+/* $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.
+ */
+
+void
+libport_dummy_function()
+{
+ return;
+}
+