diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-03 23:41:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-03 23:41:34 +0100 |
| commit | f25c112a12e061beba786c40170c51df361a0984 (patch) | |
| tree | dd8d0b00cd00506e9a79217a76a8ee7dc5e972fd /src/lib/internet.h | |
| parent | 9aa3dad7959b8bdda55dbfb525337ae43948e326 (diff) | |
Make a function static.
Diffstat (limited to 'src/lib/internet.h')
| -rw-r--r-- | src/lib/internet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h index fc4024719..ee2c25887 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -26,8 +26,6 @@ class ScopedTemporary; -boost::optional<std::string> get_from_url(std::string url, bool pasv, bool skip_pasv_ip, ScopedTemporary& temp); - boost::optional<std::string> get_from_url( std::string url, bool pasv, |
