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 | |
| 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')
| -rw-r--r-- | src/err.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/err.h b/src/err.h deleted file mode 100644 index d3bf3d7..0000000 --- a/src/err.h +++ /dev/null @@ -1,22 +0,0 @@ -/** - * 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 */ |
