diff -r 1296a0283271 -r 333724f2f7cf servlib/bundling/BPQBlock.h --- 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);