(close_active_file) Remove unnecessary test.
[pspp-builds.git] / src / sfm-write.h
index 82cf2c95cf84ccff7754567335560306e35ff074..dfddd4f614f16d07f5342e09286e5f09355aed29 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #ifndef SFM_WRITE_H
 #define SFM_WRITE_H 1
@@ -25,8 +25,9 @@
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct sfm_writer *sfm_open_writer (struct file_handle *,
-                                    const struct dictionary *, int compress);
+struct sfm_writer *sfm_open_writer (struct file_handle *, struct dictionary *, 
+                                   int compress, short omit_longnames);
+
 int sfm_write_case (struct sfm_writer *, struct ccase *);
 void sfm_close_writer (struct sfm_writer *);