From b8ce15549fc34d6e25b22fca964395d5b36ab97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Silva?= Date: Thu, 28 Oct 2021 11:40:45 +0200 Subject: [PATCH] mod_verto: fix missing init function for cmd_profile --- src/mod/endpoints/mod_verto/mod_verto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_verto/mod_verto.h b/src/mod/endpoints/mod_verto/mod_verto.h index 8c992ac964..992b6a61b7 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.h +++ b/src/mod/endpoints/mod_verto/mod_verto.h @@ -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