summaryrefslogtreecommitdiff
path: root/src/ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ua.c')
-rw-r--r--src/ua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ua.c b/src/ua.c
index c260c9d..0a85628 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -28,7 +28,7 @@ struct ua {
char *cuser; /**< SIP Contact username */
char *pub_gruu; /**< SIP Public GRUU */
int af; /**< Preferred Address Family */
- int af_media;
+ int af_media; /**< Preferred Address Family for media */
enum presence_status my_status; /**< Presence Status */
};
@@ -51,7 +51,7 @@ static struct {
bool use_tcp; /**< Use TCP transport */
bool use_tls; /**< Use TLS transport */
bool prefer_ipv6; /**< Force IPv6 transport */
- sip_msg_h *subh;
+ sip_msg_h *subh; /**< Subscribe handler */
ua_exit_h *exith; /**< UA Exit handler */
void *arg; /**< UA Exit handler argument */
char *eprm; /**< Extra UA parameters */