X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flookupapi.h;h=a3380527c5f4d5505bc7f0861e0697aba7301334;hb=9ad27f49dae5a6375d7951679c90c2e26ad82b5c;hp=07e7af91b5a5d814b5c3b64d57e20581c7622531;hpb=d447dbd160a0fb503ed1e763f3f23d28744b6ddd;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/lookupapi.h b/src/src/lookupapi.h index 07e7af91b..a3380527c 100644 --- a/src/src/lookupapi.h +++ b/src/src/lookupapi.h @@ -34,7 +34,8 @@ typedef struct lookup_info { int, /* length of key or query */ uschar **, /* for returning answer */ uschar **, /* for error message */ - uint *); /* cache TTL, seconds */ + uint *, /* cache TTL, seconds */ + const uschar *); /* options */ void (*close)( /* close function */ void *); /* handle */ void (*tidy)(void); /* tidy function */