diff options
Diffstat (limited to 'src/storage/plugins/SmbclientStorage.hxx')
-rw-r--r-- | src/storage/plugins/SmbclientStorage.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/storage/plugins/SmbclientStorage.hxx b/src/storage/plugins/SmbclientStorage.hxx index 3a77ebf1d..7c198d920 100644 --- a/src/storage/plugins/SmbclientStorage.hxx +++ b/src/storage/plugins/SmbclientStorage.hxx @@ -22,10 +22,8 @@ #include "check.h" -class Error; -class Storage; +struct StoragePlugin; -Storage * -CreateSmbclientStorage(const char *base, Error &error); +extern const StoragePlugin smbclient_storage_plugin; #endif |