MT#55283 move prototype

... to appropriate section in .h

Change-Id: Ia66f7df2b8d0393a21505676b9c30adb9b948f2b
pull/1701/head
Richard Fuchs 3 years ago
parent bea76e6f37
commit 4aa1d5f6cd

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

Loading…
Cancel
Save