mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
symbols-in-versions: add missing CURLU_ symbols
...and fix symbol-scan.pl to also scan urlapi.h Reported-by: Alexey Melnichuk Fixes #3226 Closes #3230
This commit is contained in:
parent
c37b66aaae
commit
66dc1570db
2 changed files with 24 additions and 12 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 2010-2011, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 2010-2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -53,6 +53,7 @@ my $i = ($ARGV[1]) ? "-I$ARGV[1] " : '';
|
|||
|
||||
my $h = "$root/include/curl/curl.h";
|
||||
my $mh = "$root/include/curl/multi.h";
|
||||
my $ua = "$root/include/curl/urlapi.h";
|
||||
|
||||
my $verbose=0;
|
||||
my $summary=0;
|
||||
|
|
@ -87,6 +88,7 @@ sub scanheader {
|
|||
|
||||
scanheader($h);
|
||||
scanheader($mh);
|
||||
scanheader($ua);
|
||||
|
||||
open S, "<$root/docs/libcurl/symbols-in-versions";
|
||||
while(<S>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue