X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-writer.h;h=4f233f3197acefb6a58e7c3938d5c26e54b8f0df;hb=491cd3744c11da45ac6e41c734e4a33c19b060c9;hp=fdff49fe52a165d02488e51d67c0efd758e3047b;hpb=8af88c0b7ea2fe75df7e45497988ed0371006a86;p=pspp diff --git a/src/data/sys-file-writer.h b/src/data/sys-file-writer.h index fdff49fe52..4f233f3197 100644 --- a/src/data/sys-file-writer.h +++ b/src/data/sys-file-writer.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009, 2013 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 @@ -18,14 +18,15 @@ #define SFM_WRITE_H 1 #include +#include "sys-file.h" /* Writing system files. */ /* Options for creating a system file. */ struct sfm_write_options { + enum sfm_compression compression; bool create_writeable; /* File perms: writeable or read/only? */ - bool compress; /* Compress file? */ int version; /* System file version (currently 2 or 3). */ };