Skip to content
Snippets Groups Projects
Commit 38842566 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix windows compilation

parent 4f8a11e5
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,6 @@ grpc_slice_hash_table* grpc_service_config_create_method_config_table( ...@@ -66,6 +66,6 @@ grpc_slice_hash_table* grpc_service_config_create_method_config_table(
/// Caller does NOT own a reference to the result. /// Caller does NOT own a reference to the result.
void* grpc_method_config_table_get(grpc_exec_ctx* exec_ctx, void* grpc_method_config_table_get(grpc_exec_ctx* exec_ctx,
const grpc_slice_hash_table* table, const grpc_slice_hash_table* table,
const grpc_slice path); grpc_slice path);
#endif /* GRPC_CORE_LIB_TRANSPORT_SERVICE_CONFIG_H */ #endif /* GRPC_CORE_LIB_TRANSPORT_SERVICE_CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment