source: trunk/src/3rdparty/libtiff/port/dummy.c

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 198 bytes
Line 
1/* $Id: dummy.c,v 1.2.2.1 2007/03/21 14:53:46 dron Exp $ */
2
3/*
4 * Dummy function, just to be ensure that the library always will be created.
5 */
6
7void
8libport_dummy_function()
9{
10 return;
11}
12
Note: See TracBrowser for help on using the repository browser.