Skip to content
Snippets Groups Projects
Commit 93bd780a authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Solve warnings by adding headers not included by grpc.h

The two log.h can’t be listed, though, as they include the nefarious
<inttypes.h> (See discussing at BoringSSL.podspec). Not listing them
seems to be alright, though.
parent 9b45afbb
No related branches found
No related tags found
No related merge requests found
framework module grpc { framework module grpc {
umbrella header "grpc.h" umbrella header "grpc.h"
header "byte_buffer_reader.h"
header "grpc_security.h"
header "grpc_security_constants.h"
header "impl/codegen/alloc.h"
header "impl/codegen/byte_buffer_reader.h"
header "support/alloc.h"
header "support/port_platform.h"
header "support/string_util.h"
export * export *
module * { export * } module * { export * }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment