diff plugins/links/uri.hpp @ 785:7145a3df4cb7

misc: rename host to hostname, closes #941 @2h
author David Demelier <markand@malikania.fr>
date Wed, 07 Nov 2018 12:55:00 +0100
parents 8c44bbcbbab9
children 06cc2f95f479
line wrap: on
line diff
--- a/plugins/links/uri.hpp	Mon Nov 05 13:47:51 2018 +0100
+++ b/plugins/links/uri.hpp	Wed Nov 07 12:55:00 2018 +0100
@@ -34,7 +34,7 @@
  */
 struct uri {
 	std::string scheme;     //!< scheme (e.g. http)
-	std::string host;       //!< host (e.g. example.org)
+	std::string hostname;   //!< host (e.g. example.org)
 	std::string port;       //!< port (e.g. 8080)
 	std::string path;       //!< path (e.g. /foo/bar)