summaryrefslogtreecommitdiff
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.h b/helpers.h
index 4013dfc..ef7410a 100644
--- a/helpers.h
+++ b/helpers.h
@@ -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 -------------------------------------