mod_verto: fix missing init function for cmd_profile

This commit is contained in:
António Silva 2021-10-28 11:40:45 +02:00
parent 26c8a0de39
commit b8ce15549f
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ void set_log_path(const char *path);
static void kill_profiles(void);
static void run_profiles(void);
static int init(void);
/** @} */
#endif