Changed all the licence notices in all the files.
[pspp-builds.git] / src / sfm-write.h
index 82cf2c95cf84ccff7754567335560306e35ff074..6795a348d1cc9a836bace2ce41206f75fc0f43e0 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
@@ -26,7 +26,9 @@ struct file_handle;
 struct dictionary;
 struct ccase;
 struct sfm_writer *sfm_open_writer (struct file_handle *,
-                                    const struct dictionary *, int compress);
+                                    const struct dictionary *, 
+                                   int compress, short omit_longnames);
+
 int sfm_write_case (struct sfm_writer *, struct ccase *);
 void sfm_close_writer (struct sfm_writer *);