X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=07e69088035d4bf85271662cd66c027438979872;hb=e89f9552c15bc7f95c0495457a36ac45914fcb40;hp=da7fc7c163984862af754cbb0218608cabd61bb8;hpb=98fbc9a14c0e43976979db6bb1dd4d9bf32c6850;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index da7fc7c..07e6908 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,10 +1,17 @@ /* - * Copyright (C) 1994-1997, Index Data I/S + * Copyright (C) 1994-1998, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.2 1997-10-29 12:02:47 adam + * Revision 1.4 1998-02-10 12:03:05 adam + * Implemented Sort. + * + * Revision 1.3 1997/11/18 10:05:08 adam + * Changed character map facility so that admin can specify character + * mapping files for each register type, w, p, etc. + * + * Revision 1.2 1997/10/29 12:02:47 adam * Added missing prototype. * * Revision 1.1 1997/10/27 14:33:04 adam @@ -19,13 +26,14 @@ #define ZEBRAMAP_H #include +#include #ifdef __cplusplus extern "C" { #endif typedef struct zebra_maps *ZebraMaps; -ZebraMaps zebra_maps_open (const char *tabpath); +ZebraMaps zebra_maps_open (const char *tabpath, Res res); void zebra_maps_close (ZebraMaps zm); @@ -36,7 +44,10 @@ const char *zebra_maps_output(ZebraMaps, int reg_type, const char **from); int zebra_maps_attr (ZebraMaps zms, Z_AttributesPlusTerm *zapt, int *reg_type, char **search_type, int *complete_flag); +int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes); + int zebra_maps_is_complete (ZebraMaps zms, int structure); +int zebra_maps_is_sort (ZebraMaps zms, int reg_type); #ifdef __cplusplus } #endif