aboutsummaryrefslogtreecommitdiff
path: root/include/aopacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aopacket.h')
-rw-r--r--include/aopacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aopacket.h b/include/aopacket.h
index 6d1debad..794025c5 100644
--- a/include/aopacket.h
+++ b/include/aopacket.h
@@ -12,7 +12,7 @@ public:
QString get_header() { return m_header; }
QStringList &get_contents() { return m_contents; }
- QString to_string();
+ QString to_string(bool encoded = false);
void net_encode();
void net_decode();