1
0
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:
David Shaw 2003-05-30 04:00:26 +00:00
parent 432efe5993
commit 03c53702fb
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -38,6 +38,9 @@
#include "util.h"
#endif
extern char *optarg;
extern int optind;
#define GET 0
#define SEND 1
#define SEARCH 2