summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/port/dummy.c
blob: 346a07ee975a94d7093285c75b86d77f15c08e01 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Dummy function, just to be ensure that the library always will be created.
 */

void
libport_dummy_function()
{
        return;
}