X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fzebramap.h;h=da7fc7c163984862af754cbb0218608cabd61bb8;hb=98fbc9a14c0e43976979db6bb1dd4d9bf32c6850;hp=20acd9499b0876560eaa24029281128efa31362d;hpb=00796628a5c7dec56efe81be9cf781bb98afc47d;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 20acd94..da7fc7c 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.1 1997-10-27 14:33:04 adam + * Revision 1.2 1997-10-29 12:02:47 adam + * Added missing prototype. + * + * Revision 1.1 1997/10/27 14:33:04 adam * Moved towards generic character mapping depending on "structure" * field in abstract syntax file. Fixed a few memory leaks. Fixed * bug with negative integers when doing searches with relational @@ -33,6 +36,7 @@ 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_is_complete (ZebraMaps zms, int structure); #ifdef __cplusplus } #endif