aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index 7443f56..f96607f 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -175,7 +175,7 @@ namespace bpkg
db.update (r);
}
- void
+ int
rep_fetch (const rep_fetch_options& o, cli::scanner&)
{
tracer trace ("rep_fetch");
@@ -239,5 +239,7 @@ namespace bpkg
if (verb)
text << pcount << " package(s) in " << rcount << " repository(s)";
+
+ return 0;
}
}