diff include/core/ini.h @ 116:254b1d2b7096

settings: add torrents page, make rss feed configurable
author Paper <mrpapersonic@gmail.com>
date Tue, 07 Nov 2023 13:52:13 -0500
parents b315f3759c56
children 275da698697d
line wrap: on
line diff
--- a/include/core/ini.h	Tue Nov 07 12:04:51 2023 -0500
+++ b/include/core/ini.h	Tue Nov 07 13:52:13 2023 -0500
@@ -4,4 +4,11 @@
 #define MINI_CASE_SENSITIVE
 #include "mini/ini.h"
 
+namespace INI {
+
+std::string GetIniString(const mINI::INIStructure& ini, const std::string& section,
+	                     const std::string& value, const std::string& def = "");
+
+}
+
 #endif
\ No newline at end of file