aboutsummaryrefslogtreecommitdiff
path: root/bdep/http-service.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-24 21:41:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-25 15:16:58 +0300
commit18bb25efa41dab4a3f7619040e2067da3533decd (patch)
tree822bd06dd0a9d5568c14862592d310fec1012b58 /bdep/http-service.hxx
parenta4dabaa6db8806f23bb7d7bdbb95cab456ef3a73 (diff)
Add support for --no-progress option
Diffstat (limited to 'bdep/http-service.hxx')
-rw-r--r--bdep/http-service.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/http-service.hxx b/bdep/http-service.hxx
index 247fe94..75fd603 100644
--- a/bdep/http-service.hxx
+++ b/bdep/http-service.hxx
@@ -52,7 +52,7 @@ namespace bdep
// present, then it is included in the diagnostics.
//
result
- post (const common_options& o, const url&, const parameters&);
+ post (const common_options&, const url&, const parameters&);
}
}