src/3rdparty/libtiff/port/dummy.c
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /* $Id: dummy.c,v 1.2 2005/07/07 15:21:52 dron Exp $ */
       
     2 
       
     3 /*
       
     4  * Dummy function, just to be ensure that the library always will be created.
       
     5  */
       
     6 
       
     7 static void
       
     8 libport_dummy_function()
       
     9 {
       
    10         return;
       
    11 }
       
    12