github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/include/GraphicsMagick/magick/module.h (about)

     1  /*
     2    Copyright (C) 2003 - 2020 GraphicsMagick Group
     3    Copyright (C) 2002 ImageMagick Studio
     4  
     5    This program is covered by multiple licenses, which are described in
     6    Copyright.txt. You should have received a copy of Copyright.txt with this
     7    package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.
     8  
     9    GraphicsMagick Modules Methods.
    10  */
    11  #ifndef _MAGICK_MODULE_H
    12  #define _MAGICK_MODULE_H
    13  
    14  #if defined(__cplusplus) || defined(c_plusplus)
    15  extern "C" {
    16  #endif
    17  
    18  /*
    19    Modules declarations.
    20  */
    21  
    22  extern MagickExport MagickPassFail
    23    ExecuteModuleProcess(const char *tag,Image **image,
    24                         const int argc,char **argv);
    25  
    26  
    27  #if defined(MAGICK_IMPLEMENTATION)
    28  #include "magick/module-private.h"
    29  #endif /* defined(MAGICK_IMPLEMENTATION) */
    30  
    31  
    32  #if defined(__cplusplus) || defined(c_plusplus)
    33  }
    34  #endif
    35  
    36  #endif
    37  
    38  /*
    39   * Local Variables:
    40   * mode: c
    41   * c-basic-offset: 2
    42   * fill-column: 78
    43   * End:
    44   */