From 9491825ddff7a294d1f49061bae7044e426aeb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 05:38:49 +0100 Subject: Imported Upstream version 1.8.3 --- tiff/port/dummy.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tiff/port/dummy.c (limited to 'tiff/port/dummy.c') 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; +} + -- cgit v1.2.3