diff options
author | Jiyong <jiyong.min@samsung.com> | 2023-12-06 10:30:38 +0900 |
---|---|---|
committer | Jiyong <jiyong.min@samsung.com> | 2023-12-06 10:31:10 +0900 |
commit | 2c17c6b7ecf6d96c9b4004cd7b79d860b66e6ae3 (patch) | |
tree | c2510f971c95cb79f5a4bd55c841d294bf5197fd /magick/log.h | |
parent | 043c171f3b5935329641967057ae5f45bc1a5631 (diff) | |
download | GraphicsMagick-upstream.tar.gz GraphicsMagick-upstream.tar.bz2 GraphicsMagick-upstream.zip |
Imported Upstream version 1.3.42upstream/1.3.42upstream
Change-Id: I4f2a12cbf50e1a459e7bac7c5a8e374071620eea
Diffstat (limited to 'magick/log.h')
-rw-r--r-- | magick/log.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/magick/log.h b/magick/log.h index 4bff1d6..2c47f11 100644 --- a/magick/log.h +++ b/magick/log.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003 - 2020 GraphicsMagick Group + Copyright (C) 2003 - 2022 GraphicsMagick Group Copyright (C) 2002 ImageMagick Studio This program is covered by multiple licenses, which are described in @@ -97,6 +97,7 @@ typedef void */ extern MagickExport MagickBool IsEventLogging(void) MAGICK_FUNC_PURE, + IsEventLogged(const ExceptionType type) MAGICK_FUNC_PURE, LogMagickEvent(const ExceptionType type, const char *module,const char *function,const unsigned long line, const char *format,...) MAGICK_ATTRIBUTE((__format__ (__printf__,5,6))), |