From 9f4f9e7b2fb7ff4b5775c79284576d07148341aa Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 23 Oct 2007 13:11:41 +0200 Subject: [PATCH] add printing support --- src/devices/wifi/ssid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wifi/ssid.h b/src/devices/wifi/ssid.h index 74f92df7a..48f3594c6 100644 --- a/src/devices/wifi/ssid.h +++ b/src/devices/wifi/ssid.h @@ -38,6 +38,7 @@ public: 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;