File: versionscript.in

package info (click to toggle)
apt 3.1.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,764 kB
  • sloc: cpp: 71,085; sh: 31,750; xml: 5,553; perl: 217; python: 197; ansic: 191; makefile: 41
file content (22 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APTPKG_@MAJOR@
{
global:
    *;
local:
    extern "C++" {
        std::*;
        typeinfo?for?std::*;
        vtable?for?std::*;
        typeinfo?name?for?std::*;
        guard?variable?for?std::*;
        void?std::*;
        bool?std::*;
        *std::__do_uninit_copy*;
        typeinfo?for?__gnu_cxx::*;
        vtable?for?__gnu_cxx::*;
        typeinfo?name?for?__gnu_cxx::*;
        guard?variable?for?__gnu_cxx::*;
        __gnu_cxx::*;
        int?__gnu_cxx::*;
    };
};