Small changes to suppress warnings
diff --git a/include/ccnx-wrapper.h b/include/ccnx-wrapper.h
index 667d4be..baa22b1 100644
--- a/include/ccnx-wrapper.h
+++ b/include/ccnx-wrapper.h
@@ -50,7 +50,7 @@
   getLocalPrefix ();
 
   Bytes
-  createContentObject(const Name &name, const unsigned char *buf, size_t len, int freshness = 2147/* max value for ccnx*/);
+  createContentObject(const Name &name, const void *buf, size_t len, int freshness = 2147/* max value for ccnx*/);
 
   int
   putToCcnd (const Bytes &contentObject);