adding enums and structs to API

This commit is contained in:
2024-10-06 11:22:55 +02:00
parent 868f079d89
commit 9c2f313559
2 changed files with 208 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ extern "C" {
#define PULSE_VERSION_1_0 PULSE_MAKE_VERSION(1, 0, 0)
#define PULSE_BIT(x) (1u << x)
#ifdef __cplusplus
}
#endif