Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e4e18a70
...
e4e18a702470db90975ed676fcc8f068053b014b
authored
2002-08-07 23:02:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Initialize argp_program_bug_address.
1 parent
8cce3c6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
e4e18a7
...
...
@@ -62,9 +62,11 @@
#define ARG_PAM_SERVICE 10
#define ARG_LOCK_FLAGS 11
const
char
*
argp_program_bug_address
=
"<"
PACKAGE_BUGREPORT
">"
;
static
struct
argp_option
mu_common_argp_options
[]
=
{
{
NULL
,
0
,
NULL
,
0
,
"Common options
:
"
,
0
},
{
NULL
,
0
,
NULL
,
0
,
"Common options"
,
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
...
...
Please
register
or
sign in
to post a comment