Commit 3bf1887642dcbe88b0e8b66f5be460f09a82877a

Thomas de Grivel 2022-11-16T17:44:29

f_error_handler

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libc3/types.h b/libc3/types.h
index 9e756be..d2010a3 100644
--- a/libc3/types.h
+++ b/libc3/types.h
@@ -311,6 +311,7 @@ typedef struct module {
 
 /* error_handler */
 typedef struct error_handler s_error_handler;
+typedef const s_sym * (* f_error_handler) (s_error_handler *);
 
 struct error_handler
 {