protobuf-src 2.1.1+27.1

Build system integration for libprotobuf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  global:
    extern "C++" {
      *google*;
      pb::*;
      upb::*;
    };
    scc_info_*;
    descriptor_table_*;

  local:
    *;
};