libtiff/port/dummy.c

11 lines
137 B
C

/*
* Dummy function, just to be ensure that the library always will be created.
*/
void
libport_dummy_function()
{
return;
}