X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsplit-file.h;h=50830b5130f5ca275d15e9663243374077e730be;hb=eb72e2843fa902b185680a756e79e91b68caea49;hp=bc014bb78089c887ccfa88530e52e6a9fd175671;hpb=a4ae68f966bc574326d429119878e733069ced14;p=pspp diff --git a/src/language/dictionary/split-file.h b/src/language/dictionary/split-file.h index bc014bb780..50830b5130 100644 --- a/src/language/dictionary/split-file.h +++ b/src/language/dictionary/split-file.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -20,6 +19,6 @@ #ifndef SPLIT_FILE_H #define SPLIT_FILE_H 1 -void output_split_file_values (const struct ccase *); +void output_split_file_values (const struct dataset *ds, const struct ccase *); #endif /* split-file.h */