From 592ed13bce83afeeb8deff5a81dc782fdc32ac11 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 19 Aug 2011 11:58:45 -0400 Subject: dload: rename cd_filename to content_disp_name This is more in line with the menagerie of file name members that we now have on the payload struct. Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- lib/libalpm/dload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/dload.h') diff --git a/lib/libalpm/dload.h b/lib/libalpm/dload.h index 41a3bc15..cc6cc240 100644 --- a/lib/libalpm/dload.h +++ b/lib/libalpm/dload.h @@ -30,7 +30,7 @@ struct dload_payload { const char *remote_name; char *tempfile_name; char *destfile_name; - char *cd_filename; + char *content_disp_name; char *fileurl; double initial_size; long max_size; -- cgit v1.2.3-24-g4f1b