From 39e30fdc4016337c5e41413600e337879949fac5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 10:55:53 -0500 Subject: Add zix_expand_environment_strings() --- include/zix/zix.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'include/zix/zix.h') diff --git a/include/zix/zix.h b/include/zix/zix.h index 4fcf238..ceaadc0 100644 --- a/include/zix/zix.h +++ b/include/zix/zix.h @@ -1,4 +1,4 @@ -// Copyright 2016-2022 David Robillard +// Copyright 2016-2024 David Robillard // SPDX-License-Identifier: ISC #ifndef ZIX_ZIX_H @@ -66,6 +66,14 @@ #include #include +/** + @} + @defgroup zix_environment Environment + @{ +*/ + +#include + /** @} @} -- cgit v1.2.1