From ce680b96e207c90429eb702c5ee4b9bec177fdfd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Apr 2017 16:36:46 +0200 Subject: Typedef function pointers consistently. --- include/mupdf/fitz/shade.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/mupdf/fitz/shade.h') diff --git a/include/mupdf/fitz/shade.h b/include/mupdf/fitz/shade.h index 1665fd1a..51130dce 100644 --- a/include/mupdf/fitz/shade.h +++ b/include/mupdf/fitz/shade.h @@ -183,6 +183,8 @@ typedef void (fz_shade_process_fn)(fz_context *ctx, void *arg, fz_vertex *av, fz to callback functions. */ void fz_process_shade(fz_context *ctx, fz_shade *shade, const fz_matrix *ctm, - fz_shade_prepare_fn *prepare, fz_shade_process_fn *process, void *process_arg); + fz_shade_prepare_fn *prepare, + fz_shade_process_fn *process, + void *process_arg); #endif -- cgit v1.2.3