~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to myrrd/dummy.c

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "rrd_tool.h"
2
 
 
3
 
void gdImageGif(gdImagePtr  gif, FILE  *fo);
4
 
 
5
 
void gdImageGif(gdImagePtr  gif, FILE  *fo) {;}
6
 
 
7
 
/* Wots dis?
8
 
 *   gdImageGif was pulled from gd and not restored until v2.0.28 (21Jul2004)
9
 
 *   after Unisys' patent ran out world-wide.  So the code in rrdtool v1.0.49 that references
10
 
 *   gdImageGif has nothing to hook into on many systems.
11
 
 *
12
 
 * This fake routine keeps the linker happy
13
 
 *
14
 
 */