Better file structure and build system
[sysstatus.git] / statuses / tools.h
diff --git a/statuses/tools.h b/statuses/tools.h
deleted file mode 100644 (file)
index 802b9f1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#ifndef __TOOLS_H__
-#define __TOOLS_H__
-
-char powerToChar(int power);
-void statusError(char *where, char *what, char *extra);
-ssize_t fileRead(char *buf, size_t bufsize, char *file);
-
-#endif