summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/port/dummy.c
blob: 46f93bccc78909f6b19cbb3648dcc0fde654a4a3 (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;
}