summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_strerr_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-20 21:59:12 +0000
committermidipix <writeonce@midipix.org>2018-05-21 02:23:31 -0400
commitda20d860b28d7b3c1085964b784f58772c7ba263 (patch)
treeb16570e9188530ddd04537e0486542a64dc8102e /src/internal/ntux_strerr_impl.h
parentc59ae6812f148839a5d07e1dd266c12fa7f3b2f5 (diff)
downloadntux-da20d860b28d7b3c1085964b784f58772c7ba263.tar.bz2
ntux-da20d860b28d7b3c1085964b784f58772c7ba263.tar.xz
driver & output: error info vector, error strings: initial implementation.
Diffstat (limited to 'src/internal/ntux_strerr_impl.h')
-rw-r--r--src/internal/ntux_strerr_impl.h6
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