]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/ceph-dencoder/rbd_types.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / tools / ceph-dencoder / rbd_types.cc
index 6327d1904a19a476bc00f0c0f0cda02ff26fc7f8..e04efc30d52877e9996c768a347a645a87e7868d 100644 (file)
@@ -23,9 +23,14 @@ using namespace std;
 #undef TYPE_FEATUREFUL_NOCOPY
 #undef MESSAGE
 
-#include "denc_registry.h"
+#include "denc_plugin.h"
 
-void register_rbd_dencoders()
+DENC_API void register_dencoders(DencoderPlugin* plugin)
 {
 #include "rbd_types.h"
 }
+
+DENC_API void unregister_dencoders(DencoderPlugin* plugin)
+{
+  plugin->unregister_dencoders();
+}