remove unused constants, note addition of docs in TODO

This commit is contained in:
Greg Beaver 2007-01-24 04:38:19 +00:00
parent 23c17365f2
commit ffcf9f5de4
2 changed files with 1 additions and 10 deletions

View File

@ -10,7 +10,7 @@ Version 1.0.0
class PharFileInfo completely [Marcus]
* implement in-phar locking, so that a file that is opened for reading can't
have a handle opened for writing
* docs on file format/manifest description
X docs on file format/manifest description
* docs on uses
X stream context for specifying compression of a file [Marcus]
* stream context for specifying meta-data

View File

@ -76,15 +76,6 @@
#define PHAR_SIG_USE PHAR_SIG_SHA1
/* metadata type constants */
#define PHAR_METADATA_FINISHED 0x00000000
/* basic meta-data types */
#define PHAR_METADATA_STRING 0x00000001
#define PHAR_METADATA_INT 0x00000002
#define PHAR_METADATA_BOOL 0x00000003
/* flags byte for each file adheres to these bitmasks.
All unused values are reserved */
#define PHAR_ENT_COMPRESSION_MASK 0x0000F000