diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 23:30:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 23:45:31 +0200 |
commit | 7ec1121cc832086f533dd0adfcb581e16c1e312d (patch) | |
tree | 62a41c60f5a4f86f95feb46e7e0405d9a230df95 /src/util/UriUtil.hxx | |
parent | f84e288ad7d89cd58acf3f919d8f2c679811dfcf (diff) | |
download | mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.gz mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.xz mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.zip |
uri: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/util/UriUtil.hxx (renamed from src/uri.h) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/uri.h b/src/util/UriUtil.hxx index 6713f1698..1d288ca1d 100644 --- a/src/uri.h +++ b/src/util/UriUtil.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -17,13 +17,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_URI_H -#define MPD_URI_H +#ifndef MPD_URI_UTIL_HXX +#define MPD_URI_UTIL_HXX #include "gcc.h" -#include <stdbool.h> - /** * Checks whether the specified URI has a scheme in the form * "scheme://". |