Added regression procedure
[pspp-builds.git] / src / pfm-read.h
index 1ffbf5380642eb7f070674260a64b23945f76b64..3f84e16023fd4f36ef6fd13667fec2a4eca7d01a 100644 (file)
 
    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_READ_H
 #define PFM_READ_H
 
 /* Portable file reading. */
 
-#include "bool.h"
-
-/* Portable file types. */
-enum pfm_type
-  {
-    PFM_COMM,   /* Formatted for communication. */
-    PFM_TAPE    /* Formatted for tape. */
-  };
+#include <stdbool.h>
 
 /* Information produced by pfm_read_dictionary() that doesn't fit into
    a dictionary struct. */