summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-16 00:10:56 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-16 00:10:56 +0100
commit5428006e97b37d757a03c14024d7a0fb363bdcc6 (patch)
tree6526477293153aae8b2a6174cd017b332fe99558 /src/lib/util.h
parent63b7da59cee71ab2ade744a8b547b5d8f2ff6bfc (diff)
Factor out key-value code.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
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