diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-25 03:00:10 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-25 03:00:10 +0000 |
commit | 94b253fde793a7419f0eafe16b24f440d344a1c9 (patch) | |
tree | 535b51278396773021d65c7df0a81dd7a359d7a0 /src | |
parent | 61d7e720a58bef33e46b300c70ad88793801e077 (diff) |
Steve Little's fixes to allow compilation on VMS 64-bit mode
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 229eb8dc8..ee2803537 100644 --- a/src/main.c +++ b/src/main.c @@ -3482,7 +3482,7 @@ static void dumpeasycode(struct Configurable *config) } static int -operate(struct Configurable *config, int argc, char *argv[]) +operate(struct Configurable *config, int argc, argv_item_t argv[]) { char errorbuffer[CURL_ERROR_SIZE]; char useragent[128]; /* buah, we don't want a larger default user agent */ |