mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some exec cleanups and tweaks for photo ID and keyserver execution
This commit is contained in:
parent
2450c71ac3
commit
1a2d0ebc11
10 changed files with 107 additions and 44 deletions
|
@ -23,8 +23,8 @@
|
|||
|
||||
/* Return codes */
|
||||
#define KEYSERVER_OK 0
|
||||
#define KEYSERVER_SCHEME_NOT_FOUND 1
|
||||
#define KEYSERVER_INTERNAL_ERROR 2
|
||||
#define KEYSERVER_VERSION_ERROR 3
|
||||
#define KEYSERVER_INTERNAL_ERROR 1
|
||||
#define KEYSERVER_VERSION_ERROR 2
|
||||
#define KEYSERVER_SCHEME_NOT_FOUND 127
|
||||
|
||||
#endif /* !_KEYSERVER_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue