mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
services: Make find_service_by_group() static.
This commit is contained in:
parent
ca988fa401
commit
ba3542bca7
@ -1212,7 +1212,7 @@ DWORD svcctl_EnumServicesStatusW(
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
struct service_entry *find_service_by_group(struct scmdatabase *db, const WCHAR *group)
|
||||
static struct service_entry *find_service_by_group(struct scmdatabase *db, const WCHAR *group)
|
||||
{
|
||||
struct service_entry *service;
|
||||
LIST_FOR_EACH_ENTRY(service, &db->services, struct service_entry, entry)
|
||||
|
Loading…
Reference in New Issue
Block a user