Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
9c58b13d
Commit
9c58b13d
authored
Oct 20, 1998
by
Kurt Zeilenga
Browse files
Add getopt-compat.h
parent
f6598a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/getopt-compat.h
0 → 100644
View file @
9c58b13d
/*
* getopt(3) declarations
*/
#ifndef _GETOPT_COMPAT_H
#define _GETOPT_COMPAT_H
#include <ldap_cdefs.h>
extern
char
*
optarg
;
extern
int
optind
,
opterr
,
optopt
;
LDAP_F
int
getopt
LDAP_P
((
int
,
char
*
const
[],
const
char
*
));
#endif
/* _GETOPT_COMPAT_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment