util/src/3rdparty/libtiff/port/dummy.c
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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