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

Fix header

parent 09df1d6e
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* *
*/ */
#ifndef GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H #ifndef GRPC_CORE_LIB_IOMGR_COMBINER_H
#define GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H #define GRPC_CORE_LIB_IOMGR_COMBINER_H
#include <stddef.h> #include <stddef.h>
...@@ -56,4 +56,4 @@ void grpc_combiner_destroy(grpc_combiner *lock); ...@@ -56,4 +56,4 @@ void grpc_combiner_destroy(grpc_combiner *lock);
void grpc_combiner_execute(grpc_exec_ctx *exec_ctx, grpc_combiner *lock, void grpc_combiner_execute(grpc_exec_ctx *exec_ctx, grpc_combiner *lock,
grpc_closure *closure, grpc_error *error); grpc_closure *closure, grpc_error *error);
#endif /* GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H */ #endif /* GRPC_CORE_LIB_IOMGR_COMBINER_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment