From 7942372e218568f8b27446115cfbb743f7cabf6c Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Fri, 10 Nov 2017 19:14:29 +0000 Subject: Add HTTP Digest auth (#98) --- xmrstak/jconf.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmrstak/jconf.hpp') diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index b68ef38..1bd4d47 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -60,6 +60,8 @@ public: uint64_t GetGiveUpLimit(); uint16_t GetHttpdPort(); + const char* GetHttpUsername(); + const char* GetHttpPassword(); bool DaemonMode(); -- cgit v1.1