File: option.3

package info (click to toggle)
mailfilter 0.8.2-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,956 kB
  • sloc: cpp: 2,459; ansic: 1,259; sh: 1,134; lex: 566; yacc: 463; makefile: 221; perl: 72
file content (41 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH "option" 3 "15 Aug 2009" "Version 0.8.2" "mailfilter" \" -*- nroff -*-
.ad l
.nh
.SH NAME
option \- 
.SH SYNOPSIS
.br
.PP
\fC#include <getopt.h>\fP
.PP
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "char * \fBname\fP"
.br
.ti -1c
.RI "int \fBhas_arg\fP"
.br
.ti -1c
.RI "int * \fBflag\fP"
.br
.ti -1c
.RI "int \fBval\fP"
.br
.in -1c
.SH "Member Data Documentation"
.PP 
.SS "int* \fBoption::flag\fP"
.PP
.SS "int \fBoption::has_arg\fP"
.PP
.SS "char* \fBoption::name\fP"
.PP
.SS "int \fBoption::val\fP"
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for mailfilter from the source code.