Commit ba3542bc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

services: Make find_service_by_group() static.

parent ca988fa4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment