aboutsummaryrefslogtreecommitdiffstats
path: root/src/dls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dls.h')
-rw-r--r--src/dls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dls.h b/src/dls.h
index e50d02e..135da48 100644
--- a/src/dls.h
+++ b/src/dls.h
@@ -149,6 +149,9 @@ private:
bool dls_toggle;
DL_STATE dl_state_prev;
public:
+ static const int APPTYPE_START;
+ static const int APPTYPE_CONT;
+
DLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), dls_toggle(false) {}
void encodeLabel(const std::string& dls_file, const DL_PARAMS& dl_params);
};