diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-01 00:43:20 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-01 08:14:46 +0100 |
commit | 32e8467a66778d3ffea64ff346d86bf4d9fd3db7 (patch) | |
tree | 16d66ba4be457f97471fe67267253471fe0f9512 /lib/wildcard.h | |
parent | e243d80deaeeceb370cbb39642452c1de3da8e2a (diff) | |
download | curl-32e8467a66778d3ffea64ff346d86bf4d9fd3db7.tar.gz |
Curl_perfom: removed
Curl_perfom is no longer used anywhere since the always-multi commit
c43127414d89ccb9, and some related functions were used only from within
Curl_perfom.
Diffstat (limited to 'lib/wildcard.h')
-rw-r--r-- | lib/wildcard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/wildcard.h b/lib/wildcard.h index 8f732d106..16c80ecbe 100644 --- a/lib/wildcard.h +++ b/lib/wildcard.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2010, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2010 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -33,8 +33,8 @@ typedef enum { CURLWC_CLEAN, /* deallocate resources and reset settings */ CURLWC_SKIP, /* skip over concrete file */ CURLWC_ERROR, /* error cases */ - CURLWC_DONE /* if is wildcard->state == CURLWC_DONE wildcard loop in - Curl_perform() will end */ + CURLWC_DONE /* if is wildcard->state == CURLWC_DONE wildcard loop + will end */ } curl_wildcard_states; typedef void (*curl_wildcard_tmp_dtor)(void *ptr); |