mirror of
https://github.com/curl/curl.git
synced 2026-05-06 13:47:30 +03:00
parent
3c4fba8cf5
commit
cb521d1f9a
478 changed files with 5989 additions and 3861 deletions
2
.github/scripts/verify-examples.pl
vendored
2
.github/scripts/verify-examples.pl
vendored
|
|
@ -50,8 +50,6 @@ sub extract {
|
|||
open(F, "<$f");
|
||||
open(O, ">$cfile");
|
||||
print O "#include <curl/curl.h>\n";
|
||||
print O "extern struct CURLM *multi;\n";
|
||||
print O "extern struct CURL *easy;\n";
|
||||
while(<F>) {
|
||||
$iline++;
|
||||
if(/^.SH EXAMPLE/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue