FS-11601: Fix some core function prototype

This commit is contained in:
Mariah Yang
2019-01-09 12:55:28 +08:00
committed by Chris Rienzo
parent 0629f95cff
commit 6ac8105944
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ SWITCH_DECLARE(switch_status_t) switch_json_api_execute(cJSON *json, switch_core
\param err pointer to error message
\return the status
*/
SWITCH_DECLARE(switch_status_t) switch_loadable_module_load_module(char *dir, char *fname, switch_bool_t runtime, const char **err);
SWITCH_DECLARE(switch_status_t) switch_loadable_module_load_module(const char *dir, const char *fname, switch_bool_t runtime, const char **err);
/*!
\brief Check if a module is loaded