src/common/packet.h
changeset 875 4ebee6ceebb5
parent 815 37bb15dd01b1
child 880 8fcfe6ee5c9c
--- a/src/common/packet.h	Thu Jun 07 11:38:06 2007 +0200
+++ b/src/common/packet.h	Thu Jun 07 12:17:25 2007 +0200
@@ -257,6 +257,8 @@
 
   void Print (std::ostream &os) const;
   void Print (std::ostream &os, const PacketPrinter &printer) const;
+
+  static void EnableMetadata (void);
 private:
   Packet (Buffer buffer, Tags tags, PacketHistory history, uint32_t uid);
   Buffer m_buffer;