Switch to unified view

a/src/upmpdutils.hxx b/src/upmpdutils.hxx
...
...
22
#include <string>                       // for string
22
#include <string>                       // for string
23
#include <unordered_map>                // for unordered_map
23
#include <unordered_map>                // for unordered_map
24
#include <vector>                       // for vector
24
#include <vector>                       // for vector
25
25
26
class UpSong;
26
class UpSong;
27
28
/** Read protocol info file. This contains the connection manager protocol info data
29
 *
30
 * We strip white-space from beginning/ends of lines, and allow
31
 * #-started comments (on a line alone only, comments after data not allowed).
32
 */
33
bool read_protocolinfo(const std::string& fn, std::string& out);
34
27
35
/**
28
/**
36
 * Read file into string.
29
 * Read file into string.
37
 * @return true for ok, false else
30
 * @return true for ok, false else
38
 */
31
 */