]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/ceph-dencoder/common_types.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / tools / ceph-dencoder / common_types.cc
index 889a9e99e1cdcc20f68a13e396bc5fc91cdfe515..fa763c3bbd96b213c75b9ea4f21b796fa4850a04 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_common_dencoders()
+DENC_API void register_dencoders(DencoderPlugin* plugin)
 {
 #include "common_types.h"
 }
+
+DENC_API void unregister_dencoders(DencoderPlugin* plugin)
+{
+  plugin->unregister_dencoders();
+}