]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_kazoo] add kz_set_hostname declaration 162/head
authorlazedo <luis.azedo@factorlusitano.com>
Tue, 3 Dec 2019 23:24:47 +0000 (23:24 +0000)
committerlazedo <luis.azedo@factorlusitano.com>
Tue, 3 Dec 2019 23:24:47 +0000 (23:24 +0000)
src/mod/event_handlers/mod_kazoo/kazoo_ei.h

index 4d247629e3882f49c51fa8b912281be8ee2e1af6..1fe826b846160860ddb589fbb805fc9ae76e2c8d 100644 (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)); }