rework parse so that it can process larger files.

This commit is contained in:
leitner
2004-02-14 00:31:42 +00:00
parent a755f3154b
commit 0cad372ea0
9 changed files with 171 additions and 104 deletions

View File

@@ -15,7 +15,7 @@ int mstorage_init_persistent(mstorage_t* p,int fd);
/* Works like strstorage_add, but will return an
* offset to mstorage_root, which is mmapped and may thus change. */
/* negative offset == error */
/* offset -1 ==> error */
long mstorage_add(mstorage_t* p,const char* s,unsigned long n);
/* undo mapping */