diff options
Diffstat (limited to 'src/internal/ntux_strerr_impl.h')
-rw-r--r-- | src/internal/ntux_strerr_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/ntux_strerr_impl.h b/src/internal/ntux_strerr_impl.h new file mode 100644 index 0000000..3f317a7 --- /dev/null +++ b/src/internal/ntux_strerr_impl.h @@ -0,0 +1,6 @@ +#ifndef NTUX_STRERR_IMPL_H +#define NTUX_STRERR_IMPL_H + +const char * ntux_strerror(const struct ntux_driver_ctx *, int); + +#endif |