提交 3a475986 authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

mod_callcenter: Fix bad return type so it compile on archlinux, thx bougyman

上级 7d7d6634
......@@ -850,7 +850,7 @@ cc_status_t cc_agent_del(const char *agent)
return result;
}
cc_agent_status_t cc_agent_get(const char *key, const char *agent, char *ret_result, size_t ret_result_size)
cc_status_t cc_agent_get(const char *key, const char *agent, char *ret_result, size_t ret_result_size)
{
cc_status_t result = CC_STATUS_SUCCESS;
char *sql;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论