diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:11:55 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:11:55 +0200 |
| commit | a1e345d62f143c3ef22e73eb51ac55fef27cf2da (patch) | |
| tree | 351c95346ae1b866c4f71cee313cdee6143670c7 /lib/src | |
| parent | 97c74a7c43bcc7e0551a967c6fa2720e9cb58efb (diff) | |
| download | turns-a1e345d62f143c3ef22e73eb51ac55fef27cf2da.tar.xz turns-a1e345d62f143c3ef22e73eb51ac55fef27cf2da.zip | |
lib: add interface header
Diffstat (limited to 'lib/src')
| -rw-r--r-- | lib/src/turns.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/src/turns.h b/lib/src/turns.h new file mode 100644 index 0000000..6f73354 --- /dev/null +++ b/lib/src/turns.h @@ -0,0 +1,9 @@ +#ifndef TURNS_H +#define TURNS_H + +#include "turns-disposition.h" // IWYU pragma: export +#include "turns-enums.h" // IWYU pragma: export +#include "turns-init.h" // IWYU pragma: export +#include "turns-participant.h" // IWYU pragma: export + +#endif |
