X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim_dbmbuild.c;h=da8d5707a6e8f1f495e02a49389ebc51e3cb6747;hb=3327394394a45c79cd48b2091536f6a6b8ba32a3;hp=5a96f8a5966b924fe31957178d8821f72b2fe1ee;hpb=7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim_dbmbuild.c b/src/src/exim_dbmbuild.c index 5a96f8a59..da8d5707a 100644 --- a/src/src/exim_dbmbuild.c +++ b/src/src/exim_dbmbuild.c @@ -3,6 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ +/* Copyright (c) The Exim Maintainers 2020 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -44,7 +45,7 @@ void * store_get_3(int size, BOOL tainted, const char *filename, int linenumber) { return NULL; } void ** -store_reset_3(void **ptr, int pool, const char *filename, int linenumber) +store_reset_3(void **ptr, const char *filename, int linenumber) { return NULL; } void store_release_above_3(void *ptr, const char *func, int linenumber)