From 7873dd1a71b9eac5f08ef35fd3ce0c844e9a54c8 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 7 Apr 2004 19:57:12 +0000 Subject: parsing old format max files svn path=/trunk/externals/miXed/; revision=1564 --- shared/common/binport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shared/common/binport.h') diff --git a/shared/common/binport.h b/shared/common/binport.h index 0b6b607..bdf1ca1 100644 --- a/shared/common/binport.h +++ b/shared/common/binport.h @@ -1,12 +1,12 @@ -/* Copyright (c) 2003 krzYszcz and others. +/* Copyright (c) 2003-2004 krzYszcz and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ #ifndef __BINPORT_H__ #define __BINPORT_H__ -enum { BINPORT_OK, BINPORT_MAXTEXT, BINPORT_PDFILE, - BINPORT_INVALID, BINPORT_CORRUPT }; +enum { BINPORT_OK, BINPORT_MAXTEXT, BINPORT_MAXOLD, BINPORT_PDFILE, + BINPORT_INVALID, BINPORT_CORRUPT, BINPORT_FAILED }; #ifndef BINPORT_STANDALONE int binport_read(t_binbuf *bb, char *filename, char *dirname); -- cgit v1.2.1