many cleanups (forgotten includes)

This commit is contained in:
leitner
2002-07-08 21:05:07 +00:00
parent 7589c81061
commit 5706ea2e53
19 changed files with 23 additions and 27 deletions

View File

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