Cody style: Replace init with initialize.
diff --git a/ndn-cpp/encoding/binary-xml-encoder.hpp b/ndn-cpp/encoding/binary-xml-encoder.hpp
index 26cd932..cee590c 100644
--- a/ndn-cpp/encoding/binary-xml-encoder.hpp
+++ b/ndn-cpp/encoding/binary-xml-encoder.hpp
@@ -24,7 +24,7 @@
   BinaryXmlEncoder() 
   : output_(16)
   {
-    ndn_BinaryXmlEncoder_init(this, &output_);
+    ndn_BinaryXmlEncoder_initialize(this, &output_);
   }
   
   /**