~ubuntu-branches/ubuntu/intrepid/graphicsmagick/intrepid

« back to all changes in this revision

Viewing changes to Magick++/lib/Magick++/Functions.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-05-06 16:28:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060506162808-vt2ni3r5nytcszms
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This may look like C code, but it is really -*- C++ -*-
 
2
//
 
3
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
 
4
//
 
5
// Simple C++ function wrappers for often used or otherwise
 
6
// inconvenient ImageMagick equivalents
 
7
//
 
8
 
 
9
#if !defined(Magick_Functions_header)
 
10
#define Magick_Functions_header
 
11
 
 
12
#include "Magick++/Include.h"
 
13
#include <string>
 
14
 
 
15
namespace Magick
 
16
{
 
17
  void MagickDLLDecl CloneString( char **destination_, const std::string &source_ );
 
18
 
 
19
}
 
20
#endif // Magick_Functions_header