libtiff/port/dummy.c
2004-06-07 19:34:58 +00:00

13 lines
194 B
C

/* $Id: dummy.c,v 1.1 2004-06-07 19:34:58 dron Exp $ */
/*
* Dummy function, just to be ensure that the library always will be created.
*/
void
libport_dummy_function()
{
return;
}