X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fprocedure.h;h=9ad3642945d5793b9d8fc4e256c7fb31180152ad;hb=2bdde1cd21cd58349cf4bd852fddf40524854288;hp=cfb8f218c5402cc5d26053003b7993d27f01cc10;hpb=b5a51d1c0bc3eda065002dd505cade85f4d75514;p=pspp-builds.git diff --git a/src/data/procedure.h b/src/data/procedure.h index cfb8f218..9ad36429 100644 --- a/src/data/procedure.h +++ b/src/data/procedure.h @@ -64,6 +64,7 @@ void proc_set_active_file (struct dataset *, struct casereader *, struct dictionary *); bool proc_set_active_file_data (struct dataset *, struct casereader *); bool proc_has_active_file (const struct dataset *ds); +struct casereader *proc_extract_active_file_data (struct dataset *); void proc_discard_output (struct dataset *ds);