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

void
libport_dummy_function()
{
        return;
}