source:
trunk/src/3rdparty/libtiff/port/dummy.c
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
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 | |
7 | void |
8 | libport_dummy_function() |
9 | { |
10 | return; |
11 | } |
12 |
Note:
See TracBrowser
for help on using the repository browser.