mod_verto: fix missing init function for cmd_profile
This commit is contained in:
parent
26c8a0de39
commit
b8ce15549f
|
@ -347,6 +347,7 @@ void set_log_path(const char *path);
|
||||||
|
|
||||||
static void kill_profiles(void);
|
static void kill_profiles(void);
|
||||||
static void run_profiles(void);
|
static void run_profiles(void);
|
||||||
|
static int init(void);
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue