[mod_kazoo] add kz_set_hostname declaration

This commit is contained in:
lazedo 2019-12-03 23:24:47 +00:00
parent 4de6afc9d6
commit 731b0eb8fd
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void fetch_config();
switch_status_t kazoo_load_config();
void kazoo_destroy_config();
void kz_set_hostname();
#define _ei_x_encode_string(buf, string) { ei_x_encode_binary(buf, string, strlen(string)); }