1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/bro/files/patch-Serializer.h
2006-12-21 12:42:16 +00:00

14 lines
326 B
C

--- Serializer.h.orig Thu Dec 21 13:24:28 2006
+++ Serializer.h Thu Dec 21 13:24:45 2006
@@ -82,8 +82,8 @@
void StartSerialization();
bool EndSerialization();
- bool Serializer::UnserializeID();
- bool Serializer::UnserializeEvent();
+ bool UnserializeID();
+ bool UnserializeEvent();
SerializationFormat* format;