diff -r 1849bf57d910 -r d1f220643814 servlib/bundling/BPQResponse.h --- a/servlib/bundling/BPQResponse.h Fri May 27 18:33:25 2011 +0100 +++ b/servlib/bundling/BPQResponse.h Mon May 30 19:36:18 2011 +0100 @@ -32,11 +32,14 @@ /** * Constructor-like function to create a new BPQ Response bundle */ - static bool create_bpq_response(Bundle* new_responce, + static bool create_bpq_response(Bundle* new_response, Bundle* query, Bundle* cached_response, EndpointID& source_eid); + static bool copy_bpq_response(Bundle* new_response, + Bundle* response); + }; } // namespace dtn