|
HOME
SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port
FAQ
Documentation
Licensing
Download
Development (Trac)
Projects using pjsip
Mailing List
Open Source Links
About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono <bennylp pjsip.org>
|
|
Home --> Documentations --> PJLIB-UTIL Reference
|
Data Structures |
| struct | pj_getopt_option |
Defines |
|
#define | no_argument 0 |
|
#define | required_argument 1 |
|
#define | optional_argument 2 |
Functions |
|
int | pj_getopt (int argc, char *const *argv, const char *shortopts) |
|
int | pj_getopt_long (int argc, char *const *argv, const char *options, const struct pj_getopt_option *longopts, int *longind) |
|
int | pj_getopt_long_only (int argc, char *const *argv, const char *shortopts, const struct pj_getopt_option *longopts, int *longind) |
Variables |
|
char * | pj_optarg |
|
int | pj_optind |
|
int | pj_optopt |
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
(C)2001-2008 Benny Prijono
|
|