diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 13:51:10 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 13:51:10 +0200 |
| commit | c45004b73bb045328a724d1d860df6d1515af6d4 (patch) | |
| tree | 4ce448eeb947e87f0447e9be20d90151a26421c9 /lib/include/turns-init.h | |
| parent | 14db127b26bc47861b6c41f144fe6e3b4ce283a0 (diff) | |
| download | turns-c45004b73bb045328a724d1d860df6d1515af6d4.tar.xz turns-c45004b73bb045328a724d1d860df6d1515af6d4.zip | |
lib: split out header files
Diffstat (limited to 'lib/include/turns-init.h')
| -rw-r--r-- | lib/include/turns-init.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/include/turns-init.h b/lib/include/turns-init.h new file mode 100644 index 0000000..dc96fc5 --- /dev/null +++ b/lib/include/turns-init.h @@ -0,0 +1,17 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + +#ifndef TURNS_INIT_H +#define TURNS_INIT_H + +#include <glib.h> + +G_BEGIN_DECLS + +void turns_init(void); + +G_END_DECLS + +#endif |
