github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/include/GraphicsMagick/magick/magic.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    Magic methods.
    10  */
    11  #ifndef _MAGICK_MAGIC_H
    12  #define _MAGICK_MAGIC_H
    13  
    14  #if defined(__cplusplus) || defined(c_plusplus)
    15  extern "C" {
    16  #endif
    17  
    18  /*
    19    Method declarations.
    20  */
    21  extern MagickExport MagickPassFail
    22    GetMagickFileFormat(const unsigned char *header,const size_t header_length,
    23       char *format,const size_t format_length,ExceptionInfo *exception),
    24    ListMagicInfo(FILE *file,ExceptionInfo *exception);
    25  
    26  #if defined(MAGICK_IMPLEMENTATION)
    27  #  include "magick/magic-private.h"
    28  #endif /* MAGICK_IMPLEMENTATION */
    29  
    30  #if defined(__cplusplus) || defined(c_plusplus)
    31  }
    32  #endif
    33  
    34  #endif /* _MAGICK_MAGIC_H */
    35  
    36  /*
    37   * Local Variables:
    38   * mode: c
    39   * c-basic-offset: 2
    40   * fill-column: 78
    41   * End:
    42   */