ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
subgetopt.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef SUBGETOPT_H
4
#define SUBGETOPT_H
5
6
#ifndef SUBGETOPTNOSHORT
7
#define sgopt subgetopt
8
#define sgoptarg subgetoptarg
9
#define sgoptind subgetoptind
10
#define sgoptpos subgetoptpos
11
#define sgoptproblem subgetoptproblem
12
#define sgoptprogname subgetoptprogname
13
#define sgoptdone subgetoptdone
14
#endif
15
16
#define SUBGETOPTDONE -1
17
18
extern
int
subgetopt
(
int
,
char
*
const
*,
const
char
*);
19
extern
const
char
*
subgetoptarg
;
20
extern
int
subgetoptind
;
21
extern
int
subgetoptpos
;
22
extern
int
subgetoptproblem
;
23
extern
const
char
*
subgetoptprogname
;
24
extern
int
subgetoptdone
;
25
26
#endif
subgetoptproblem
int subgetoptproblem
subgetoptpos
int subgetoptpos
subgetoptarg
const char * subgetoptarg
subgetopt
int subgetopt(int, char *const *, const char *)
subgetoptdone
int subgetoptdone
subgetoptprogname
const char * subgetoptprogname
subgetoptind
int subgetoptind
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13