Merge pull request #162 from lazedo/kazoo-hostname-2

[mod_kazoo] add kz_set_hostname declaration
This commit is contained in:
Andrey Volk
2019-12-04 03:35:59 +04:00
committed by GitHub
+1 -1
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)); }