Switch to unified view

a/upmpd/upmpdutils.hxx b/upmpd/upmpdutils.hxx
...
...
17
#ifndef _UPMPDUTILS_H_X_INCLUDED_
17
#ifndef _UPMPDUTILS_H_X_INCLUDED_
18
#define _UPMPDUTILS_H_X_INCLUDED_
18
#define _UPMPDUTILS_H_X_INCLUDED_
19
19
20
#include <string>
20
#include <string>
21
#include <unordered_map>
21
#include <unordered_map>
22
23
/** Read protocol info file. This contains the connection manager protocol info data
24
 *
25
 * We strip white-space from beginning/ends of lines, and allow
26
 * #-started comments (on a line alone only, comments after data not allowed).
27
 */
28
bool read_protocolinfo(const string& fn, string& out);
22
29
23
/**
30
/**
24
 * Read file into string.
31
 * Read file into string.
25
 * @return true for ok, false else
32
 * @return true for ok, false else
26
 */
33
 */