summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-11-30 11:16:22 +0100
committerAlfred E. Heggestad <aeh@db.org>2015-11-30 11:16:22 +0100
commit5a45ba5c979d4c606c36967b4c59fcc098888f63 (patch)
tree58959a21d0bc5bd2235e4a161ec3c84b93e15ef2 /include
parentb3009aeb15d7eb450657e741493af9409dcf968c (diff)
ua: char -> const char
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index a64134a..1c164d9 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -551,7 +551,7 @@ int uag_event_register(ua_event_h *eh, void *arg);
void uag_event_unregister(ua_event_h *eh);
void uag_set_sub_handler(sip_msg_h *subh);
int ua_print_sip_status(struct re_printf *pf, void *unused);
-int uag_set_extra_params(char *eprm);
+int uag_set_extra_params(const char *eprm);
struct ua *uag_find(const struct pl *cuser);
struct ua *uag_find_aor(const char *aor);
struct ua *uag_find_param(const char *name, const char *val);