Switch to unified view

a/libupnpp/upnpavutils.hxx b/libupnpp/upnpavutils.hxx
...
...
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _UPNPAVUTILS_HXX_INCLUDED_
17
#ifndef _UPNPAVUTILS_HXX_INCLUDED_
18
#define _UPNPAVUTILS_HXX_INCLUDED_
18
#define _UPNPAVUTILS_HXX_INCLUDED_
19
19
20
#include <string>
21
20
// Format milliseconds into H+:MM:SS
22
// Format milliseconds into H+:MM:SS
21
extern std::string upnpduration(int ms);
23
extern std::string upnpduration(int ms);
22
// hms to seconds
24
// hms to seconds
23
extern int upnpdurationtos(const string& dur);
25
extern int upnpdurationtos(const std::string& dur);
24
26
25
#endif /* _UPNPAVUTILS_HXX_INCLUDED_ */
27
#endif /* _UPNPAVUTILS_HXX_INCLUDED_ */