libtiff/port/dummy.c

13 lines
201 B
C
Raw Normal View History

2005-07-07 11:21:52 -04:00
/* $Id: dummy.c,v 1.2 2005-07-07 15:21:52 dron Exp $ */
2004-06-07 15:34:58 -04:00
/*
* Dummy function, just to be ensure that the library always will be created.
*/
2005-07-07 11:21:52 -04:00
static void
2004-06-07 15:34:58 -04:00
libport_dummy_function()
{
return;
}