diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ GLCD::cType TimeType(time_t Time, const std::string &Format); GLCD::cType DurationType(int Index, const std::string &Format); +int ParanoiaStrcmp(const char *s1, const char *s2); |