src/lib/uri.h
branchv_0
changeset 34 7eb3dcacba7b
parent 33 3b81fbeb5f3b
--- a/src/lib/uri.h	Sun Dec 13 17:34:26 2020 +0100
+++ b/src/lib/uri.h	Tue Sep 21 21:02:43 2021 +0200
@@ -25,6 +25,8 @@
 
 /** general options of the INI parser */
 namespace option {
+static const char* AllowLineContinuationWithEscaping = "allow-line-continuation-with-escaping";
+static const char* AllowLineContinuationWithSpace = "allow-line-continuation-with-space";
 static const char* TrimContinuingLines = "trim-continuing-lines";
 static const char* AllowSections = "allow-sections";
 static const char* AllowSectionTags = "allow-section-tags";