From 1c2f96f13e6e5abbf114af0192dbdd53de3c9a25 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Mon, 22 Jul 2019 17:11:35 +0200 Subject: DLS: move label parsing to separate function --- src/dls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dls.h') diff --git a/src/dls.h b/src/dls.h index 3b7387d..0142565 100644 --- a/src/dls.h +++ b/src/dls.h @@ -148,6 +148,8 @@ private: CharsetConverter charset_converter; bool dls_toggle; DL_STATE dl_state_prev; + + bool parseLabel(const std::string& dls_file, const DL_PARAMS& dl_params, DL_STATE& dl_state); public: static const int APPTYPE_START; static const int APPTYPE_CONT; -- cgit v1.2.3