X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fres.h;h=d742fa7d8f26fe5d14115feda36aa87ee51b435c;hb=b164e0eb750ec0a6077e0fc1960dc1f12a790661;hp=7e20b72e0e9e043974a318d864ccc663bfa44475;hpb=41fc0486307a3a1dd08282d1d2668fc384dbb201;p=idzebra-moved-to-github.git diff --git a/include/res.h b/include/res.h index 7e20b72..d742fa7 100644 --- a/include/res.h +++ b/include/res.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: res.h,v $ - * Revision 1.5 1994-09-16 14:37:46 quinn + * Revision 1.6 1996-10-29 13:44:12 adam + * Added res_get_match. + * + * Revision 1.5 1994/09/16 14:37:46 quinn * added res_get_def * * Revision 1.4 1994/09/06 13:02:29 quinn @@ -37,6 +40,7 @@ Res res_open (const char *name); void res_close (Res r); char *res_get (Res r, const char *name); char *res_get_def (Res r, const char *name, char *def); +int res_get_match (Res r, const char *name, const char *value, const char *s); void res_put (Res r, const char *name, const char *value); void res_trav (Res r, const char *prefix, void (*f)(const char *name, const char *value));