mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
* gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for optarg and
optind since there is no guarantee that any header file will include them. Standards? We don't need no stinkin' standards!
This commit is contained in:
parent
432efe5993
commit
03c53702fb
@ -1,3 +1,10 @@
|
||||
2003-05-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for
|
||||
optarg and optind since there is no guarantee that any header file
|
||||
will include them. Standards? We don't need no stinkin'
|
||||
standards!
|
||||
|
||||
2003-05-28 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is
|
||||
|
@ -33,6 +33,9 @@
|
||||
#include "http.h"
|
||||
#include "keyserver.h"
|
||||
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
||||
#define GET 0
|
||||
#define SEND 1
|
||||
#define SEARCH 2
|
||||
|
@ -38,6 +38,9 @@
|
||||
#include "util.h"
|
||||
#endif
|
||||
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
||||
#define GET 0
|
||||
#define SEND 1
|
||||
#define SEARCH 2
|
||||
|
Loading…
Reference in New Issue
Block a user