]> sjero.net Git - wget/blobdiff - src/warc.h
removed 'const' warnings.
[wget] / src / warc.h
index 41829d1244ed560d700723c4e1637a303ae6e552..ecfff6008a198951c76a2c344ac54a7bd46dafae 100644 (file)
@@ -13,7 +13,7 @@ FILE * warc_tempfile (void);
 
 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);
+bool warc_write_resource_record (char *resource_uuid, const char *url, const char *timestamp_str, const char *concurrent_to_uuid, ip_address *ip, const char *content_type, FILE *body, off_t payload_offset);
 
 #endif /* WARC_H */