1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Make --version close to GNU standards.

This commit is contained in:
Werner Koch 2008-11-18 18:17:10 +00:00
parent 9d76ee5147
commit 5452f53c5c
4 changed files with 16 additions and 2 deletions

View file

@ -83,6 +83,8 @@ typedef struct
#define CURL_GLOBAL_DEFAULT 0
#define CURLVERSION_NOW 0
#define curl_is_gnupg_curl_shim 1
CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
CURL *curl_easy_init(void);