Image Magick
ImageMagick-6.1.1/magick/client.h
Go to the documentation of this file.00001
00002
00003
00004
#ifndef _MAGICK_CLIENT_H
00005
#define _MAGICK_CLIENT_H
00006
00007
#if defined(__cplusplus) || defined(c_plusplus)
00008
extern "C" {
00009
#endif
00010
00011
extern MagickExport const char
00012 *
GetClientPath(
void),
00013 *
GetClientName(
void),
00014 *
SetClientName(
const char *),
00015 *
SetClientPath(
const char *);
00016
00017
#if defined(__cplusplus) || defined(c_plusplus)
00018
}
00019
#endif
00020
00021
#endif
Generated on Mon Oct 25 13:40:52 2004 for ImageMagick by
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC