diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-19 18:25:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-19 18:25:55 -0700 |
commit | f28d40af61abef60f57c9dfa18342d998e2c00a1 (patch) | |
tree | 17d69ce9e18f6062f9ca9081f21e773bcc37c01d | |
parent | 2c7f1b0e1ed222ff985c65df03afa58ab2ab68ab (diff) |
Define TRANS_CLIENT in GetUrl.c to enable Xtrans client function prototypes
-rw-r--r-- | helper/GetUrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/GetUrl.c b/helper/GetUrl.c index 249b864..2532122 100644 --- a/helper/GetUrl.c +++ b/helper/GetUrl.c @@ -100,6 +100,7 @@ GetUrl(char *url, char **reply_ret, int *len_ret) #else #define TRANS(func) _HttpTrans/**/func #endif +#define TRANS_CLIENT #include <X11/Xtrans/Xtrans.h> #define HTTP_CONNECTION_RETRIES 5 |