X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=4439f1aaba6c1c8c1b49a442e957f2b1b1a84264;hb=195222aff7f9fa54caaef052c3fdd15f47f4703d;hp=da7fc7c163984862af754cbb0218608cabd61bb8;hpb=68d94f14f5dc211c46689f33a9f61ad4682b8d0e;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index da7fc7c..4439f1a 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.2 1997-10-29 12:02:47 adam + * 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 +23,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);