aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c
index a4be1d1b898..7584f9bb2c0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -5530,6 +5530,7 @@ init_png_functions (Lisp_Object libraries)
5530/* Error and warning handlers installed when the PNG library 5530/* Error and warning handlers installed when the PNG library
5531 is initialized. */ 5531 is initialized. */
5532 5532
5533static void my_png_error (png_struct *, const char *) NO_RETURN;
5533static void 5534static void
5534my_png_error (png_struct *png_ptr, const char *msg) 5535my_png_error (png_struct *png_ptr, const char *msg)
5535{ 5536{
@@ -6104,6 +6105,7 @@ struct my_jpeg_error_mgr
6104}; 6105};
6105 6106
6106 6107
6108static void my_error_exit (j_common_ptr) NO_RETURN;
6107static void 6109static void
6108my_error_exit (j_common_ptr cinfo) 6110my_error_exit (j_common_ptr cinfo)
6109{ 6111{