X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Flookups%2Fwhoson.c;h=8f065e60e038d9b34bc6cc01a1e167b4bbf9c7ff;hp=4a9f01bbea70776430029611cd7f75c844cfb68a;hb=a3382e87b497c0977e0aa852da6cb238f06e1e18;hpb=b3c261f710276f28ea23bf86dddacdf5fb4612b4 diff --git a/src/src/lookups/whoson.c b/src/src/lookups/whoson.c index 4a9f01bbe..8f065e60e 100644 --- a/src/src/lookups/whoson.c +++ b/src/src/lookups/whoson.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/lookups/whoson.c,v 1.5 2009/11/16 19:50:38 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ /* This code originally came from Robert Wal. */ @@ -38,7 +36,7 @@ return (void *)(1); /* Just return something non-null */ static int whoson_find(void *handle, uschar *filename, uschar *query, int length, - uschar **result, uschar **errmsg, BOOL *do_cache) + uschar **result, uschar **errmsg, uint *do_cache) { uschar buffer[80]; handle = handle; /* Keep picky compilers happy */