X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=ac20d69b794309db30e26dd14f3ac1b07efe3873;hb=ba572d8e1de44023f355c09c4250328aba0e9a47;hp=490373b61122f70972f2066113ccb0eca2fbe27d;hpb=e150e51a7e20a902e9fd2f11f00811f94f67d529;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 490373b..ac20d69 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.10 1999-11-30 13:48:03 adam + * Revision 1.11 2001-01-22 10:42:56 adam + * Added numerical sort. + * + * Revision 1.10 1999/11/30 13:48:03 adam * Improved installation. Updated for inclusion of YAZ header files. * * Revision 1.9 1999/09/07 07:19:21 adam @@ -65,7 +68,8 @@ int zebra_maps_attr (ZebraMaps zms, Z_AttributesPlusTerm *zapt, unsigned *reg_id, char **search_type, char **rank_type, int *complete_flag, int *sort_flag); -int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes); +int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes, + int *numerical); int zebra_maps_is_complete (ZebraMaps zms, unsigned reg_id); int zebra_maps_is_sort (ZebraMaps zms, unsigned reg_id);