aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/load_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/load_file.h')
-rw-r--r--src/core/lib/iomgr/load_file.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/lib/iomgr/load_file.h b/src/core/lib/iomgr/load_file.h
index 5b367c189d..a7336527ce 100644
--- a/src/core/lib/iomgr/load_file.h
+++ b/src/core/lib/iomgr/load_file.h
@@ -25,17 +25,9 @@
#include "src/core/lib/iomgr/error.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Loads the content of a file into a slice. add_null_terminator will add
a NULL terminator if non-zero. */
grpc_error* grpc_load_file(const char* filename, int add_null_terminator,
grpc_slice* slice);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* GRPC_CORE_LIB_IOMGR_LOAD_FILE_H */