X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/routers/iplookup.h diff --git a/src/src/routers/iplookup.h b/src/src/routers/iplookup.h index f7bf1cdc7..3b7295574 100644 --- a/src/src/routers/iplookup.h +++ b/src/src/routers/iplookup.h @@ -1,11 +1,11 @@ -/* $Cambridge: exim/src/src/routers/iplookup.h,v 1.6 2009/11/16 19:50:38 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Private structure for the private options. */ @@ -19,7 +19,7 @@ typedef struct { uschar *query; uschar *response_pattern; uschar *reroute; - const pcre *re_response_pattern; + const pcre2_code *re_response_pattern; BOOL optional; } iplookup_router_options_block;