Edits
[iotcloud.git] / version2 / src / C / Slot.h
index c91aac1b1a4e60e5e41d3012c20219286278520c..d6e7575102793eee14046cc4db7d4f0e91944fb7 100644 (file)
@@ -52,6 +52,7 @@ public:
        bool isLive() { return livecount > 0; }
        Array<char> *getSlotCryptIV();
        friend Slot *Slot_decode(Table *table, Array<char> *array, Mac *mac);
+       char getType();
 };
 
 Slot *Slot_decode(Table *table, Array<char> *array, Mac *mac);