File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / lib / libcurl.vers.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: HIDDEN
    2: {
    3:   local:
    4:     __*;
    5:     _rest*;
    6:     _save*;
    7: };
    8: 
    9: CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4
   10: {
   11:   global: curl_*;
   12:   local: *;
   13: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>