summaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/server.h b/include/server.h
index 4d28c3d..6f52a1f 100644
--- a/include/server.h
+++ b/include/server.h
@@ -78,6 +78,9 @@ public:
void Housekeeping();
+ string GetErrorMessage(int error) const;
+ string GetErrorHelp(int error) const;
+
private:
cMediaServer();