Skip to content

Commit 94a355c

Browse files
committed
Add AddPrefixComponent declaration to IRCEndpointBuilder header
1 parent 1f2c287 commit 94a355c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/url_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class IRCEndpointBuilder {
2121
public:
2222
IRCEndpointBuilder();
2323
void AddPathComponent(const string &component);
24+
void AddPrefixComponent(const string &component);
2425

2526
void SetHost(const string &host);
2627
string GetHost() const;

0 commit comments

Comments
 (0)