diff options
author | Stefan Pöschel <spoeschel@irt.de> | 2019-07-22 17:11:35 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2019-07-23 11:32:14 +0200 |
commit | 1c2f96f13e6e5abbf114af0192dbdd53de3c9a25 (patch) | |
tree | ea6cb71ab773b84733add0acffc9d43e4d3ff0dc /src/dls.h | |
parent | 53084277c31ca73f1556b6932a74700f0ddcf1cc (diff) | |
download | ODR-PadEnc-1c2f96f13e6e5abbf114af0192dbdd53de3c9a25.tar.gz ODR-PadEnc-1c2f96f13e6e5abbf114af0192dbdd53de3c9a25.tar.bz2 ODR-PadEnc-1c2f96f13e6e5abbf114af0192dbdd53de3c9a25.zip |
DLS: move label parsing to separate function
Diffstat (limited to 'src/dls.h')
-rw-r--r-- | src/dls.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |