diff options
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; |