diff options
Diffstat (limited to 'docs/u8c_errhandltyp.3')
-rw-r--r-- | docs/u8c_errhandltyp.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_errhandltyp.3 b/docs/u8c_errhandltyp.3 index ac7f8e2..0477d2c 100644 --- a/docs/u8c_errhandltyp.3 +++ b/docs/u8c_errhandltyp.3 @@ -6,6 +6,7 @@ u8c_errhandltyp - Error handler type - Type to be used for error handlers passer .PP .nf \f[C] +/* # include <u8c/err.h> */ # include <u8c/errtyp.h> typedef void (* u8c_errhandltyp)(enum u8c_errtyp); \f[R] |