storage: add struct StoragePlugin and a plugin registry
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user