X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input.h;h=1cea2f541f31aabe027f4b4ce41f5ef20cf64c14;hp=5b3bbd2744d144a3bc9b71fdc6bbc37aeadbb6c9;hb=70c47a998c5aa2eb536c3c8f71f3178cd217a14d;hpb=bfc1a54cf84bb1784c14bd4f5acbb500460e35b5 diff --git a/input.h b/input.h index 5b3bbd2..1cea2f5 100644 --- a/input.h +++ b/input.h @@ -11,7 +11,7 @@ class Input; class InputProto; // Extremely rudimentary URL parsing. -bool parse_url(const std::string &url, std::string *protocol, std::string *host, std::string *port, std::string *path); +bool parse_url(const std::string &url, std::string *protocol, std::string *user, std::string *host, std::string *port, std::string *path); // Figure out the right type of input based on the URL, and create a new Input of the right type. // Will return NULL if unknown.