Browse Source

MT#55283 move prototype

... to appropriate section in .h

Change-Id: Ia66f7df2b8d0393a21505676b9c30adb9b948f2b
pull/1701/head
Richard Fuchs 2 years ago
parent
commit
4aa1d5f6cd
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      lib/auxlib.h

+ 1
- 3
lib/auxlib.h View File

@ -50,6 +50,7 @@ extern volatile bool rtpe_shutdown;
/*** PROTOTYPES ***/ /*** PROTOTYPES ***/
void daemonize(void); void daemonize(void);
void resources(void);
void wpidfile(void); void wpidfile(void);
void service_notify(const char *message); void service_notify(const char *message);
void config_load_free(struct rtpengine_common_config *); 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 ***/ /*** TAINT FUNCTIONS ***/


Loading…
Cancel
Save