X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasewriter.h;h=05ef707246060eb215e0b880d6c4e9b0117013d1;hb=90f346cc015bb89d28c93e35ba2e23d6671e14f2;hp=87bf6f6abd9f2c398399b903c4654b5c702140af;hpb=130ced32165dc409b1be560d3d7a581a7ba3c5ee;p=pspp diff --git a/src/data/casewriter.h b/src/data/casewriter.h index 87bf6f6abd..05ef707246 100644 --- a/src/data/casewriter.h +++ b/src/data/casewriter.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,9 +43,8 @@ struct casewriter *autopaging_writer_create (size_t value_cnt); struct casewriter * casewriter_create_translator (struct casewriter *, size_t translated_value_cnt, - void (*translate) (const struct ccase *input, - struct ccase *output, - void *aux), + struct ccase *(*translate) (struct ccase *input, + void *aux), bool (*destroy) (void *aux), void *aux);