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
a4449fb2
...
a4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0
authored
2006-04-26 11:56:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <argp-namefrob.h>
1 parent
185ef5b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
mh/mh.h
mh/mh_getopt.c
mh/mh.h
View file @
a4449fb
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005,
2006 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -56,6 +57,7 @@
#include <mu_asprintf.h>
#include <mu_umaxtostr.h>
#include <getline.h>
#include <argp-namefrob.h>
/* Declarations of program_invocation_.*name */
#if !HAVE_DECL_STRCHRNUL
extern
char
*
strchrnul
(
const
char
*
s
,
int
c_in
);
...
...
mh/mh_getopt.c
View file @
a4449fb
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005,
2006 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -27,6 +28,7 @@
#include <string.h>
#include <mh_getopt.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
/* Declarations of program_invocation_.*name */
static
int
mh_optind
=
1
;
static
char
*
mh_optarg
;
...
...
Please
register
or
sign in
to post a comment