diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-07 19:57:12 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-07 19:57:12 +0000 |
commit | 7873dd1a71b9eac5f08ef35fd3ce0c844e9a54c8 (patch) | |
tree | aeabfb0d818067c7051608dc7db69fd15476dfc4 /shared/common/binport.h | |
parent | dbd3ec671dec8ea39032d3b0b56387df40c66c28 (diff) |
parsing old format max files
svn path=/trunk/externals/miXed/; revision=1564
Diffstat (limited to 'shared/common/binport.h')
-rw-r--r-- | shared/common/binport.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |