1From ac07a003d7f75321346188eb9618d418d2b2decb Mon Sep 17 00:00:00 2001
2From: Michael Kuhn <suraia@fedoraproject.org>
3Date: Oct 17 2019 19:06:50 +0000
4Subject: Revert FT_DebugHook_Func ABI/API changes
5
6Conflict:NA
7Reference:https://src.fedoraproject.org/rpms/freetype/c/ac07a003d7f75321346188eb9618d418d2b2decb
8
9diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
10index 8d039c4f3..88488bfe8 100644
11--- a/include/freetype/ftmodapi.h
12+++ b/include/freetype/ftmodapi.h
13@@ -623,7 +623,7 @@ FT_BEGIN_HEADER
14    *     it is bytecode interpreter's execution context, `TT_ExecContext`,
15    *     which is declared in FreeType's internal header file `tttypes.h`.
16    */
17-  typedef FT_Error
18+  typedef void
19   (*FT_DebugHook_Func)( void*  arg );
20 
21 
22