diff options
Diffstat (limited to 'libs/libcurl/src/setopt.h')
| -rw-r--r-- | libs/libcurl/src/setopt.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/libcurl/src/setopt.h b/libs/libcurl/src/setopt.h index a80b56cac3..f550a09e5f 100644 --- a/libs/libcurl/src/setopt.h +++ b/libs/libcurl/src/setopt.h @@ -24,9 +24,10 @@ *
***************************************************************************/
-CURLcode Curl_setstropt(char **charp, const char *s);
+CURLcode Curl_setstropt(char **charp, const char *s) WARN_UNUSED_RESULT;
CURLcode Curl_setblobopt(struct curl_blob **blobp,
- const struct curl_blob *blob);
-CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list arg);
+ const struct curl_blob *blob) WARN_UNUSED_RESULT;
+CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list arg)
+ WARN_UNUSED_RESULT;
#endif /* HEADER_CURL_SETOPT_H */
|
