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
commit 1435577eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)); }