mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
Few fixes in RsUrl
This commit is contained in:
parent
518df99243
commit
8542abd4f0
2 changed files with 8 additions and 2 deletions
|
@ -48,6 +48,7 @@ struct RsUrl
|
|||
bool hasPort() const;
|
||||
uint16_t port(uint16_t def = 0) const;
|
||||
RsUrl& setPort(uint16_t port);
|
||||
RsUrl& unsetPort();
|
||||
|
||||
const std::string& path() const;
|
||||
RsUrl& setPath(const std::string& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue