Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: Undefined reference of a new libcurl function
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Dan Fandrich via curl-library <curl-library_at_lists.haxx.se>
Date: Thu, 13 Oct 2022 09:10:27 -0700
On Thu, Oct 13, 2022 at 08:46:20AM +0000, Arnaud Compan via curl-library wrote:
> In details, I've added the function in lib/multi.c:
> void my_test(struct Curl_easy *data)
> {
> }
> And in include/curl/multi.h:
> CURL_EXTERN void my_test(CURL *curl_handle);
The function signatures do not match. This will cause a problem with some
compilers. Try making the arguments in both cases the same type.
Date: Thu, 13 Oct 2022 09:10:27 -0700
On Thu, Oct 13, 2022 at 08:46:20AM +0000, Arnaud Compan via curl-library wrote:
> In details, I've added the function in lib/multi.c:
> void my_test(struct Curl_easy *data)
> {
> }
> And in include/curl/multi.h:
> CURL_EXTERN void my_test(CURL *curl_handle);
The function signatures do not match. This will cause a problem with some
compilers. Try making the arguments in both cases the same type.
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2022-10-13