aboutsummaryrefslogtreecommitdiff
path: root/src/err.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
commitf1bf0a483e917b67cf9db6483072db261f7688c3 (patch)
tree66fc917d1c224f891eb57a6a59710b73569482ba /src/err.h
parent4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff)
downloadfujinet-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.h22
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 */