summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/port/dummy.c
blob: 923ee7b1fe76196d1998fc5c4ace50ff51af6ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}