diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
| commit | f1bf0a483e917b67cf9db6483072db261f7688c3 (patch) | |
| tree | 66fc917d1c224f891eb57a6a59710b73569482ba /src/err.h.old | |
| parent | 4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff) | |
| download | fujinet-chat-f1bf0a483e917b67cf9db6483072db261f7688c3.tar.gz | |
Start welding the new UI code to the client. Compiles but doesn't work yet...
Diffstat (limited to 'src/err.h.old')
| -rw-r--r-- | src/err.h.old | 22 |
1 files changed, 22 insertions, 0 deletions
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 + * <thom.cherryhomes@gmail.com> + * + * Released under GPL, see COPYING + * for details + */ + + +#ifndef ERR_H +#define ERR_H + +/** + * Show error + */ +void err_sio(void); + +#endif /* ERR_H */ |
