Cleaned up 'netif'.
[sysstatus.git] / statuses / tools.h
index 1b9f344ef52b14e8319dad26697ef5f7326b7ed9..802b9f19b6878e4ac1df47ae7ce9be3bf6a2b93d 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef __TOOLS_H__
 #define __TOOLS_H__
 
-char powertochar(int power);
+char powerToChar(int power);
+void statusError(char *where, char *what, char *extra);
+ssize_t fileRead(char *buf, size_t bufsize, char *file);
 
 #endif