1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Add lp_include_registry_globals().

Guenther
This commit is contained in:
Günther Deschner 2007-12-11 17:40:52 +01:00
parent 3f426f394f
commit d30b945e99

View File

@ -3629,6 +3629,11 @@ static void add_to_file_list(const char *fname, const char *subfname)
}
}
bool lp_include_registry_globals(void)
{
return include_registry_globals;
}
/*******************************************************************
Check if a config file has changed date.
********************************************************************/