src/3rdparty/libtiff/port/dummy.c
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:40:16 +0200
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
child 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/* $Id: dummy.c,v 1.2 2005/07/07 15:21:52 dron Exp $ */

/*
 * Dummy function, just to be ensure that the library always will be created.
 */

static void
libport_dummy_function()
{
        return;
}