X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fdata%2Fpor-file-writer.h;h=6732abdea9983f6e329506136cad84d1810c1b21;hb=aed0d6941f474ebd12224d8092bb0e6da64081c6;hp=cf9066eda0e61ebb499d78712994a6eed4a84dc1;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/data/por-file-writer.h b/src/data/por-file-writer.h index cf9066ed..6732abde 100644 --- a/src/data/por-file-writer.h +++ b/src/data/por-file-writer.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 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 @@ -42,12 +41,8 @@ struct pfm_write_options struct file_handle; struct dictionary; struct ccase; -struct pfm_writer *pfm_open_writer (struct file_handle *, struct dictionary *, +struct casewriter *pfm_open_writer (struct file_handle *, struct dictionary *, struct pfm_write_options); struct pfm_write_options pfm_writer_default_options (void); -int pfm_write_case (struct pfm_writer *, const struct ccase *); -bool pfm_write_error (const struct pfm_writer *); -bool pfm_close_writer (struct pfm_writer *); - #endif /* por-file-writer.h */