Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

NAME

       Ming_setErrorFunction - Set the function that gets called when an error occurs within the library

SYNOPSIS

       #include <ming.h>

       SWFMsgFunc Ming_setErrorFunction(SWFMsgFunc error);

PARAMETERS

       SWFMsgFunc error
              Not Documented.

DESCRIPTION

       This  function  sets  function to be called when an error occurs within the library. The default function
       prints the error mesage to stdout and exits.

RETURNS

       The previously-set error function.