d34f2504803125515dc89955a60ad8366bca732e max Tue Jun 24 02:53:18 2025 -0700 captcha exceptions trigger error log line, and moving curl code into lib/curlWrap.c, refs #35790 diff --git src/inc/curlWrap.h src/inc/curlWrap.h new file mode 100644 index 00000000000..c639625cd36 --- /dev/null +++ src/inc/curlWrap.h @@ -0,0 +1,9 @@ +/* thin wrapper around curl, to make it easier to request strings over HTTP */ + +#ifndef CURLWRAP_H +#define CURLWRAP_H + +char* curlPostUrl(char *url, char *data); +/* post data to URL and return as string. Must be freed. */ + +#endif /* UDC_H */