.TH "eX_options.h" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eX_options.h \- eXosip options request API .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_options_build_request\fP (struct eXosip_t *excontext, osip_message_t **options, const char *to, const char *from, const char *route)" .br .ti -1c .RI "int \fBeXosip_options_send_request\fP (struct eXosip_t *excontext, osip_message_t *options)" .br .ti -1c .RI "int \fBeXosip_options_build_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)" .br .ti -1c .RI "int \fBeXosip_options_send_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)" .br .in -1c .SH "Detailed Description" .PP eXosip options request API This file provide the API needed to control OPTIONS requests\&. You can use it to: .PP .PD 0 .IP "\(bu" 2 build OPTIONS requests\&. .IP "\(bu" 2 send OPTIONS requests\&. .IP "\(bu" 2 build OPTIONS answers\&. .IP "\(bu" 2 send OPTIONS answers\&. .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.