The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* $Id: mag.h,v 1.2 2007/03/16 18:16:00 dk Exp $ */

#ifdef __cplusplus
extern "C" {
#endif

void
magick_croak( char * what, ExceptionInfo * exception );

#ifdef __cplusplus
}
#endif