(close_active_file) Remove unnecessary test.
[pspp-builds.git] / src / pfm-write.h
index 1f845d83c17200efcef2cf28cd8d5fb027f1671e..3f82038d9a9dc6638f6170e611bbcac2fdefb951 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 PFM_WRITE_H
 #define PFM_WRITE_H
@@ -25,8 +25,7 @@
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct pfm_writer *pfm_open_writer (struct file_handle *,
-                                    const struct dictionary *);
+struct pfm_writer *pfm_open_writer (struct file_handle *, struct dictionary *);
 int pfm_write_case (struct pfm_writer *, struct ccase *);
 void pfm_close_writer (struct pfm_writer *);