Cody style: Replace init with initialize.
diff --git a/ndn-cpp/encoding/binary-xml-structure-decoder.hpp b/ndn-cpp/encoding/binary-xml-structure-decoder.hpp
index 10ab5b5..432953f 100644
--- a/ndn-cpp/encoding/binary-xml-structure-decoder.hpp
+++ b/ndn-cpp/encoding/binary-xml-structure-decoder.hpp
@@ -18,7 +18,7 @@
 public:
   BinaryXmlStructureDecoder() 
   {
-    ndn_BinaryXmlStructureDecoder_init(this);
+    ndn_BinaryXmlStructureDecoder_initialize(this);
   }
   
   /**