servlib/bundling/BPQBlock.h
changeset 65 333724f2f7cf
parent 64 1296a0283271
child 66 e1101c5d54a1
--- a/servlib/bundling/BPQBlock.h	Mon Oct 24 18:28:33 2011 +0100
+++ b/servlib/bundling/BPQBlock.h	Wed Oct 26 13:33:11 2011 +0100
@@ -90,8 +90,8 @@
 
     int extract_kind			(const u_char* buf, u_int* buf_index, u_int buf_length);
     int extract_matching_rule	(const u_char* buf, u_int* buf_index, u_int buf_length);
-    int extract_creation_ts		(const u_char* buf, u_int* buf_index, u_int buf_length);
-    int extract_source			(const u_char* buf, u_int* buf_index, u_int buf_length);
+    int extract_creation_ts		(const u_char* buf, u_int* buf_index, u_int buf_length, bool local, const Bundle* bundle);
+    int extract_source			(const u_char* buf, u_int* buf_index, u_int buf_length, bool local, const Bundle* bundle);
     int extract_query			(const u_char* buf, u_int* buf_index, u_int buf_length);
     int extract_fragments		(const u_char* buf, u_int* buf_index, u_int buf_length);