.\" generated by cd2nroff 0.1 from CURLOPT_EGDSOCKET.md .TH CURLOPT_EGDSOCKET 3 "2025-02-13" libcurl .SH NAME CURLOPT_EGDSOCKET \- EGD socket path .SH SYNOPSIS .nf #include CURLcode curl_easy_setopt(CURL *handle, CURLOPT_EGDSOCKET, char *path); .fi .SH DESCRIPTION Deprecated option. It serves no purpose anymore. .SH DEFAULT NULL .SH DEPRECATED This option was deprecated in 7.84.0. .SH AVAILABILITY Added in curl 7.7 .SH RETURN VALUE \fIcurl_easy_setopt(3)\fP returns a CURLcode indicating success or error. CURLE_OK (0) means everything was OK, non\-zero means an error occurred, see \fIlibcurl\-errors(3)\fP. .SH SEE ALSO .BR CURLOPT_RANDOM_FILE (3)