~ubuntu-branches/ubuntu/quantal/tiff/quantal

« back to all changes in this revision

Viewing changes to port/dummy.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-08-28 15:44:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828154423-7oisj77n302jrroa
Tags: 3.9.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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