From f1bf0a483e917b67cf9db6483072db261f7688c3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Feb 2026 03:45:41 -0500 Subject: Start welding the new UI code to the client. Compiles but doesn't work yet... --- src/err.h.old | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/err.h.old (limited to 'src/err.h.old') diff --git a/src/err.h.old b/src/err.h.old new file mode 100644 index 0000000..d3bf3d7 --- /dev/null +++ b/src/err.h.old @@ -0,0 +1,22 @@ +/** + * FujiNet Tools for CLI + * + * Error output + * + * Author: Thomas Cherryhomes + * + * + * Released under GPL, see COPYING + * for details + */ + + +#ifndef ERR_H +#define ERR_H + +/** + * Show error + */ +void err_sio(void); + +#endif /* ERR_H */ -- cgit v1.2.3