libtiff/port/dummy.c

11 lines
137 B
C
Raw Normal View History

2004-06-07 15:34:58 -04:00
/*
* Dummy function, just to be ensure that the library always will be created.
*/
2007-03-21 10:54:16 -04:00
void
2004-06-07 15:34:58 -04:00
libport_dummy_function()
{
return;
}