summaryrefslogtreecommitdiffstats
path: root/lib/public/files/storage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files/storage.php')
-rw-r--r--lib/public/files/storage.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/files/storage.php b/lib/public/files/storage.php
index 063455a2703..e59cecbdf7f 100644
--- a/lib/public/files/storage.php
+++ b/lib/public/files/storage.php
@@ -37,6 +37,7 @@ use OCP\Files\Cache\ICache;
use OCP\Files\Cache\IPropagator;
use OCP\Files\Cache\IScanner;
use OCP\Files\Cache\IUpdater;
+use OCP\Files\Cache\IWatcher;
use OCP\Files\InvalidPathException;
use OCP\Lock\ILockingProvider;
@@ -492,4 +493,9 @@ interface Storage {
* @return IUpdater
*/
public function getUpdater();
+
+ /**
+ * @return IWatcher
+ */
+ public function getWatcher();
}