diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
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 | ||
| 5533 | static void my_png_error (png_struct *, const char *) NO_RETURN; | ||
| 5533 | static void | 5534 | static void |
| 5534 | my_png_error (png_struct *png_ptr, const char *msg) | 5535 | my_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 | ||
| 6108 | static void my_error_exit (j_common_ptr) NO_RETURN; | ||
| 6107 | static void | 6109 | static void |
| 6108 | my_error_exit (j_common_ptr cinfo) | 6110 | my_error_exit (j_common_ptr cinfo) |
| 6109 | { | 6111 | { |