libtiff/port/dummy.c

13 lines
194 B
C
Raw Normal View History

2007-03-21 10:54:16 -04:00
/* $Id: dummy.c,v 1.3 2007-03-21 14:54:16 dron Exp $ */
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;
}