X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fpfm-read.h;h=3f84e16023fd4f36ef6fd13667fec2a4eca7d01a;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=1ffbf5380642eb7f070674260a64b23945f76b64;hpb=25fae0555073f526e5d5825133a2f62454a7b4c6;p=pspp-builds.git diff --git a/src/pfm-read.h b/src/pfm-read.h index 1ffbf538..3f84e160 100644 --- a/src/pfm-read.h +++ b/src/pfm-read.h @@ -14,22 +14,15 @@ 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 /* Information produced by pfm_read_dictionary() that doesn't fit into a dictionary struct. */