pw_module -> pw_impl_module

This commit is contained in:
Wim Taymans 2019-12-11 11:57:56 +01:00
parent 815d4a8d20
commit 443a49947e
25 changed files with 184 additions and 184 deletions

View file

@ -53,7 +53,7 @@ struct client_endpoint {
#define pw_client_endpoint_resource_create_link(r,...) \
pw_client_endpoint_resource(r,create_link,0,__VA_ARGS__)
int client_endpoint_factory_init(struct pw_module *module);
int client_endpoint_factory_init(struct pw_impl_module *module);
#ifdef __cplusplus
} /* extern "C" */