diff options
Diffstat (limited to 'include/err.h')
-rw-r--r-- | include/err.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/err.h b/include/err.h index 915720a..737dfc1 100644 --- a/include/err.h +++ b/include/err.h @@ -1 +1,8 @@ #include <misc/err.h> + +libc_hidden_proto (warn) +libc_hidden_proto (warnx) +libc_hidden_proto (vwarn) +libc_hidden_proto (vwarnx) +libc_hidden_proto (verr) +libc_hidden_proto (verrx) |