summaryrefslogtreecommitdiff
path: root/src/repoList.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-05-29 11:31:51 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-05-29 11:31:51 +0100
commitd1dd13984271090307a91e730a5196503d32d95e (patch)
tree4bcdb14aff04150899ec4b334901b4da312a7348 /src/repoList.h
parentFix up all warnings from all the tools (diff)
downloadnetfs-gitfs-main.tar.bz2
netfs-gitfs-main.tar.xz
netfs-gitfs-main.zip
Update to NetFS 1.5 interfaceHEADnetfs-gitfs-0.2.3main
Diffstat (limited to 'src/repoList.h')
-rw-r--r--src/repoList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repoList.h b/src/repoList.h
index d32f3b0..7995136 100644
--- a/src/repoList.h
+++ b/src/repoList.h
@@ -16,6 +16,7 @@ namespace GitFS {
NetFS::VolumePrxPtr connect(
const ::std::string volume, const ::std::string auth, const ::Ice::Current & current) override;
+ NetFS::SettingsPtr getSettings(const ::Ice::Current & current) override;
private:
const Ice::PropertiesPtr properties;