example_lib.h 238 字节
Newer Older
1 2 3 4 5 6
#pragma once

#include "third_party/protobuf_test/example.pb.h"

#include <string>

Y
Yi Wang 已提交
7 8 9 10 11 12 13
namespace third_party {
namespace protobuf_test {

std::string get_greet(const Greeting &who);

}  // namespace protobuf_test
}  // namespace third_party