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 ***/