src/3rdparty/libtiff/port/dummy.c
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
child 30 5dc02b23752f
permissions -rw-r--r--
Revision: 200952

/* $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;
}