edits
[iotcloud.git] / version2 / src / C / KeyValue.h
index 06f514b577e096bc59692b9b406a20c3159419d4..2493bb219e6f15aecebd12e03be9ef9f0ba35a96 100644 (file)
@@ -8,7 +8,7 @@
  * @version 1.0
  */
 
-class KeyValue {/*extends Entry */
+class KeyValue { /*extends Entry */
 private:
        IoTString *key;
        IoTString *value;
@@ -28,4 +28,6 @@ public:
 };
 
 KeyValue *KeyValue_decode(ByteBuffer *bb);
-#endif
+unsigned int hashKeyValue(KeyValue *kv);
+bool equalsKeyValue(KeyValue *a, KeyValue *b);
+#endif