Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DuetNG/Webserver.h')
-rw-r--r--src/DuetNG/Webserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DuetNG/Webserver.h b/src/DuetNG/Webserver.h
index 3b7a0a71..8b361f60 100644
--- a/src/DuetNG/Webserver.h
+++ b/src/DuetNG/Webserver.h
@@ -122,6 +122,8 @@ private:
HttpSession *FindSession(uint32_t ip); // find an existing session for this requester
void DeleteSession(uint32_t ip); // delete a session
+ const char* GetKeyValue(const char *key) const; // return the value of the specified key, or nullptr if not present
+
// Response from GCodes class
OutputStack *gcodeReply;