add printing support
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 23 Oct 2007 13:11:41 +0200
changeset 2015 4dd68ab5c55e
parent 2014 c1bc06ac5152
child 2016 81ae8d171b28
add printing support
src/devices/wifi/ssid.h
--- a/src/devices/wifi/ssid.h	Tue Oct 23 13:11:23 2007 +0200
+++ b/src/devices/wifi/ssid.h	Tue Oct 23 13:11:41 2007 +0200
@@ -38,6 +38,7 @@
   bool IsBroadcast (void) const;
 
   uint32_t GetLength (void) const;
+  char *PeekString (void) const;
 
   uint32_t GetSerializedSize (void) const;
   Buffer::Iterator Serialize (Buffer::Iterator i) const;