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