From 4aa1d5f6cdc638abdb66554674f66e6bf27c6327 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 17 Jul 2023 14:33:49 -0400 Subject: [PATCH] MT#55283 move prototype ... to appropriate section in .h Change-Id: Ia66f7df2b8d0393a21505676b9c30adb9b948f2b --- lib/auxlib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/auxlib.h b/lib/auxlib.h index 296262acb..851929376 100644 --- a/lib/auxlib.h +++ b/lib/auxlib.h @@ -50,6 +50,7 @@ extern volatile bool rtpe_shutdown; /*** PROTOTYPES ***/ void daemonize(void); +void resources(void); void wpidfile(void); void service_notify(const char *message); void config_load_free(struct rtpengine_common_config *); @@ -422,9 +423,6 @@ INLINE int rlim(int res, rlim_t val) { } -void resources(void); - - /*** TAINT FUNCTIONS ***/