|
a/upmpd/upmpdutils.hxx |
|
b/upmpd/upmpdutils.hxx |
|
... |
|
... |
36 |
|
36 |
|
37 |
extern bool sleepms(int ms);
|
37 |
extern bool sleepms(int ms);
|
38 |
|
38 |
|
39 |
// Format milliseconds into H+:MM:SS
|
39 |
// Format milliseconds into H+:MM:SS
|
40 |
extern std::string upnpduration(int ms);
|
40 |
extern std::string upnpduration(int ms);
|
|
|
41 |
// hms to seconds
|
|
|
42 |
extern int upnpdurationtos(const string& dur);
|
41 |
|
43 |
|
42 |
// Return mapvalue or null strings, for maps where absent entry and
|
44 |
// Return mapvalue or null strings, for maps where absent entry and
|
43 |
// null data are equivalent
|
45 |
// null data are equivalent
|
44 |
extern const std::string& mapget(
|
46 |
extern const std::string& mapget(
|
45 |
const std::unordered_map<std::string, std::string>& im,
|
47 |
const std::unordered_map<std::string, std::string>& im,
|