summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.d/check_swap.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_swap.d/check_swap.h')
-rw-r--r--plugins/check_swap.d/check_swap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/check_swap.d/check_swap.h b/plugins/check_swap.d/check_swap.h
index 5d878989..99039b21 100644
--- a/plugins/check_swap.d/check_swap.h
+++ b/plugins/check_swap.d/check_swap.h
@@ -1,5 +1,4 @@
1#ifndef CHECK_SWAP_H 1#pragma once
2#define CHECK_SWAP_H
3 2
4#include "../common.h" 3#include "../common.h"
5 4
@@ -42,5 +41,3 @@ swap_result getSwapFromProcMeminfo(char path_to_proc_meminfo[]);
42swap_result getSwapFromSwapCommand(swap_config config, const char swap_command[], const char swap_format[]); 41swap_result getSwapFromSwapCommand(swap_config config, const char swap_command[], const char swap_format[]);
43swap_result getSwapFromSwapctl_BSD(swap_config config); 42swap_result getSwapFromSwapctl_BSD(swap_config config);
44swap_result getSwapFromSwap_SRV4(swap_config config); 43swap_result getSwapFromSwap_SRV4(swap_config config);
45
46#endif