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

Fix include guards

parent be216f57
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_SECURITY_UTIL_B64_H #ifndef GRPC_CORE_LIB_SLICE_B64_H
#define GRPC_CORE_LIB_SECURITY_UTIL_B64_H #define GRPC_CORE_LIB_SLICE_B64_H
#include <grpc/slice.h> #include <grpc/slice.h>
...@@ -62,4 +62,4 @@ grpc_slice grpc_base64_decode(grpc_exec_ctx *exec_ctx, const char *b64, ...@@ -62,4 +62,4 @@ grpc_slice grpc_base64_decode(grpc_exec_ctx *exec_ctx, const char *b64,
grpc_slice grpc_base64_decode_with_len(grpc_exec_ctx *exec_ctx, const char *b64, grpc_slice grpc_base64_decode_with_len(grpc_exec_ctx *exec_ctx, const char *b64,
size_t b64_len, int url_safe); size_t b64_len, int url_safe);
#endif /* GRPC_CORE_LIB_SECURITY_UTIL_B64_H */ #endif /* GRPC_CORE_LIB_SLICE_B64_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