diff options
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,10 +17,10 @@ void OsdMsg(eMessageType Type, const char *Msg); void OSDErrorNumMsg(int err, const char* szDef); -void SysLogErrorNumMsg(int err, const char* szDef); void ChangeChars(char *name, char *chars); void StrRepeat(const char *input, int count, char *dest); bool RegIMatch(const char *string,const char *pattern); +char *get_strerror(int n); // --- cStringValue ------------------------------------- |