pipewire: mem: forward declare spa_hook

This type is used in function arguments, so forward declare it.
This commit is contained in:
Barnabás Pőcze 2025-09-08 12:44:39 +02:00 committed by Wim Taymans
parent 91b764faac
commit 9d01a26242

View file

@ -7,6 +7,8 @@
#include <pipewire/properties.h>
struct spa_hook;
#ifdef __cplusplus
extern "C" {
#endif