diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-16 00:10:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-16 00:10:56 +0100 |
| commit | 5428006e97b37d757a03c14024d7a0fb363bdcc6 (patch) | |
| tree | 6526477293153aae8b2a6174cd017b332fe99558 /src/lib/util.h | |
| parent | 63b7da59cee71ab2ade744a8b547b5d8f2ff6bfc (diff) | |
Factor out key-value code.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 916f47cdb..58528c775 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -150,6 +150,7 @@ extern std::string crop_string (Position, Size); extern int dcp_audio_sample_rate (int); extern std::string colour_lut_index_to_name (int index); extern int round_up (int, int); +extern std::multimap<std::string, std::string> read_key_value (std::istream& s); /** @class Socket * @brief A class to wrap a boost::asio::ip::tcp::socket with some things |
