X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-map.h;fp=src%2Fdata%2Fcase-map.h;h=9baa412c5ca5ceca0a829b4cc4b01e484f73c6ee;hb=1919945e08f6c44a13ed90e3959b3aa4f176b5e6;hp=a74921c38b87517ba697e44e8337cbc7b281b59c;hpb=5254d0860f9d48f8404e50adb1b1cba1ba2e4506;p=pspp diff --git a/src/data/case-map.h b/src/data/case-map.h index a74921c38b..9baa412c5c 100644 --- a/src/data/case-map.h +++ b/src/data/case-map.h @@ -46,7 +46,7 @@ struct casewriter *case_map_create_output_translator (struct case_map *, a modified version of the same dictionary. */ struct case_map_stage *case_map_stage_create (const struct dictionary *); void case_map_stage_destroy (struct case_map_stage *); -struct case_map *case_map_stage_get_case_map (const struct case_map_stage *); +struct case_map *case_map_stage_to_case_map (struct case_map_stage *); /* For mapping cases for one dictionary to another based on variable names within the dictionary. */