aboutsummaryrefslogtreecommitdiff
path: root/src/err.h
diff options
context:
space:
mode:
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 */