diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-24 14:09:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-24 14:09:59 +0200 |
commit | 691708e7fd4929e5d0835978e9a652e118c641f1 (patch) | |
tree | 47aac8621b0475a69080fa53f3c07132998db23f /src/utils.h | |
parent | 210336e55efa9ccc6295f8767935570532e80a41 (diff) | |
download | dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.tar.gz dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.tar.bz2 dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.zip |
Support reading mux config in JSON
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index cf64c69..b844676 100644 --- a/src/utils.h +++ b/src/utils.h @@ -75,3 +75,4 @@ void printSubchannels(const vec_sp_subchannel& subchannels); long hexparse(const std::string& input); +bool stringEndsWith(std::string const &fullString, std::string const &ending); |