From 4fd92ec6b203d6b94b9e9f9531fd60a65736e810 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 11 Dec 2024 09:30:07 -0500 Subject: Restructure project * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths --- include/envctl.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 include/envctl.h (limited to 'include/envctl.h') diff --git a/include/envctl.h b/include/envctl.h deleted file mode 100644 index 659cae3..0000000 --- a/include/envctl.h +++ /dev/null @@ -1,39 +0,0 @@ -//! @file envctl.h -#ifndef STASIS_ENVCTL_H -#define STASIS_ENVCTL_H - -#include -#include "core.h" - -#define STASIS_ENVCTL_PASSTHRU 0 -#define STASIS_ENVCTL_REQUIRED 1 << 1 -#define STASIS_ENVCTL_REDACT 1 << 2 -#define STASIS_ENVCTL_DEFAULT_ALLOC 100 - -#define STASIS_ENVCTL_RET_FAIL (-1) -#define STASIS_ENVCTL_RET_SUCCESS 1 -#define STASIS_ENVCTL_RET_IGNORE 2 -typedef int (envctl_except_fn)(const void *, const void *); - -struct EnvCtl_Item { - unsigned flags; //