X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasewriter.h;h=05ef707246060eb215e0b880d6c4e9b0117013d1;hb=b106c9452e2682e7923dc43028cf0e4b353e5443;hp=a92c417680116ffbfc438e52877b64f74f62e1e3;hpb=0553d00dca10c2d2beeffd88fd12120e43a01025;p=pspp diff --git a/src/data/casewriter.h b/src/data/casewriter.h index a92c417680..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) (struct ccase *input, - struct ccase *output, - void *aux), + struct ccase *(*translate) (struct ccase *input, + void *aux), bool (*destroy) (void *aux), void *aux);