llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

Some exported symbols should stay hidden ?

Open kapouer opened this issue 5 months ago • 1 comments

When building a shared libllhttp library (using cmake), the list of exported symbols (attached) contains a lot of llhttp__internal__c* symbols. I suppose these should not be exported, i.e. be protected or with visiblity attribute set.

llparse probably needs to support this too.

kapouer avatar Jul 19 '25 10:07 kapouer

The symbols file

libllhttp.symbols.txt

kapouer avatar Jul 19 '25 10:07 kapouer