Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / erasure-code / ErasureCodePluginMissingEntryPoint.cc
1 #include "ceph_ver.h"
2
3 // missing int __erasure_code_init(char *plugin_name, char *directory) {}
4
5 extern "C" const char *__erasure_code_version() { return CEPH_GIT_NICE_VER; }
6