X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=974d80c8f5a4ec059b614ea41b76a40ce32001ab;hb=c0a1c79e55f706009113b2de3c11a6f13d4a0e7d;hp=96304df4c71e2407ecf5cf3c1983fb832bc47d77;hpb=3c5f6226f97612c0d6ac40591f600587c5ffa858;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 96304df..974d80c 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.7 1999-02-02 14:50:46 adam + * Revision 1.8 1999-02-12 13:29:21 adam + * Implemented position-flag for registers. + * + * Revision 1.7 1999/02/02 14:50:46 adam * Updated WIN32 code specific sections. Changed header. * * Revision 1.6 1998/06/23 15:33:33 adam @@ -60,6 +63,7 @@ int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes); int zebra_maps_is_complete (ZebraMaps zms, unsigned reg_id); int zebra_maps_is_sort (ZebraMaps zms, unsigned reg_id); +int zebra_maps_is_positioned (ZebraMaps zms, unsigned reg_id); #ifdef __cplusplus } #endif