blob: c86e25daab713a7a155adc94ca2d7a2b291ce076 [file] [log] [blame]
Nicolas "Pixel" Nobled51d1212016-01-31 11:33:19 +01001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2016 gRPC authors.
Nicolas "Pixel" Nobled51d1212016-01-31 11:33:19 +01004 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Nicolas "Pixel" Nobled51d1212016-01-31 11:33:19 +01008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
Nicolas "Pixel" Nobled51d1212016-01-31 11:33:19 +010010 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
Nicolas "Pixel" Nobled51d1212016-01-31 11:33:19 +010016 *
17 */
18
19#ifndef GRPC_RB_LOADER_H_
20#define GRPC_RB_LOADER_H_
21
22/* Attempts to load the core if necessary, and return non-zero upon succes. */
23int grpc_rb_load_core();
24
25#endif /* GRPC_RB_BYTE_BUFFER_H_ */