X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwarc.h;h=84daad4c7cb00cfb60487236e0ae4f563b6506b1;hb=6a25955fe6db8e08805d5a0b07ff6b531a5515d3;hp=2ade2a8bf8413bac51f222908fab1ac859dccdb9;hpb=e3820953b25ec3ea6472649375df36745aeb5696;p=wget diff --git a/src/warc.h b/src/warc.h index 2ade2a8b..84daad4c 100644 --- a/src/warc.h +++ b/src/warc.h @@ -11,9 +11,9 @@ void warc_uuid_str (char *id_str); FILE * warc_tempfile (); -bool warc_write_request_record (char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, FILE *body, long int payload_offset); -bool warc_write_response_record (char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, FILE *body, long int payload_offset, char *mime_type, int response_code, char *redirect_location); -bool warc_write_resource_record (char *resource_uuid, char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, char *content_type, FILE *body, long int payload_offset); +bool warc_write_request_record (char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, FILE *body, off_t payload_offset); +bool warc_write_response_record (char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, FILE *body, off_t payload_offset, char *mime_type, int response_code, char *redirect_location); +bool warc_write_resource_record (char *resource_uuid, char *url, char *timestamp_str, char *concurrent_to_uuid, ip_address *ip, char *content_type, FILE *body, off_t payload_offset); #endif /* WARC_H */