--- embedaddon/rsync/wildtest.c 2013/10/14 07:51:14 1.1.1.2 +++ embedaddon/rsync/wildtest.c 2021/03/17 00:32:36 1.1.1.4 @@ -1,7 +1,7 @@ /* * Test suite for the wildmatch code. * - * Copyright (C) 2003-2013 Wayne Davison + * Copyright (C) 2003-2019 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ int fnmatch_errors = 0; #endif +int ignore_case = 0; int wildmatch_errors = 0; typedef char bool;