From 2f522e306497a85c97fef585c276aa38064e9baf Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:52:40 +0100 Subject: Refactor check_ide_smart --- plugins/check_ide_smart.d/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/check_ide_smart.d/config.h (limited to 'plugins/check_ide_smart.d') diff --git a/plugins/check_ide_smart.d/config.h b/plugins/check_ide_smart.d/config.h new file mode 100644 index 00000000..36899abe --- /dev/null +++ b/plugins/check_ide_smart.d/config.h @@ -0,0 +1,15 @@ +#pragma once + +#include "../../config.h" +#include + +typedef struct { + char *device; +} check_ide_smart_config; + +check_ide_smart_config check_ide_smart_init() { + check_ide_smart_config tmp = { + .device = NULL, + }; + return tmp; +} -- cgit v1.2.3-74-g34f1