diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2013-06-28 14:45:49 +0000 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2013-06-28 14:45:49 +0000 |
commit | 903813bda215d5937caf0745824bdcde9d2e3cec (patch) | |
tree | e5c0e14ffc8019b11d134ab97b27f5f43b62e67c /libre2.symbols | |
download | re2-903813bda215d5937caf0745824bdcde9d2e3cec.tar.gz re2-903813bda215d5937caf0745824bdcde9d2e3cec.tar.bz2 re2-903813bda215d5937caf0745824bdcde9d2e3cec.zip |
Imported Upstream version 20130115upstream/20130115
Diffstat (limited to 'libre2.symbols')
-rw-r--r-- | libre2.symbols | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libre2.symbols b/libre2.symbols new file mode 100644 index 0000000..1a9cae3 --- /dev/null +++ b/libre2.symbols @@ -0,0 +1,15 @@ +{ + global: + # re2::RE2* + _ZN3re23RE2*; + _ZNK3re23RE2*; + # re2::StringPiece* + _ZN3re211StringPiece*; + _ZNK3re211StringPiece*; + # operator<<(std::ostream&, re2::StringPiece const&) + _ZlsRSoRKN3re211StringPieceE; + # re2::FilteredRE2* + _ZN3re211FilteredRE2*; + local: + *; +}; |