X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fphysical.h;fp=isam%2Fphysical.h;h=5e9cd547d6c458c8fb84e5b5f8da0bcc48405945;hb=c6c40893444f2288cdea91d30dd92df0f285e67d;hp=0000000000000000000000000000000000000000;hpb=769e5c9b42bf87531296013fac0af819af9228ee;p=idzebra-moved-to-github.git diff --git a/isam/physical.h b/isam/physical.h new file mode 100644 index 0000000..5e9cd54 --- /dev/null +++ b/isam/physical.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 1994, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: physical.h,v $ + * Revision 1.1 1994-09-26 16:07:59 quinn + * Most of the functionality in place. + * + */ + +#ifndef PHYSICAL_H +#define PHYSICAL_H + +void is_p_sync(is_mtable *tab); +void is_p_unmap(is_mtable *tab); +void is_p_align(is_mtable *tab); +void is_p_remap(is_mtable *tab); +int is_p_read_partial(is_mtable *tab, is_mblock *block); +int is_p_read_full(is_mtable *tab, is_mblock *block); + +#endif