blob: 7b0335b8d2951e6f95d2a4f5f8fc92299179b7e5 [file] [log] [blame]
murgatroid99d2ee81f2016-02-26 11:10:33 -08001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2016 gRPC authors.
murgatroid99d2ee81f2016-02-26 11:10:33 -08004 *
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
murgatroid99d2ee81f2016-02-26 11:10:33 -08008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
murgatroid99d2ee81f2016-02-26 11:10:33 -080010 *
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.
murgatroid99d2ee81f2016-02-26 11:10:33 -080016 *
17 */
18
19#ifndef GRPC_INTERNAL_COMPILER_NODE_GENERATOR_H
20#define GRPC_INTERNAL_COMPILER_NODE_GENERATOR_H
21
22#include "src/compiler/config.h"
23
24namespace grpc_node_generator {
25
murgatroid99210f3c42016-05-20 13:24:59 -070026grpc::string GenerateFile(const grpc::protobuf::FileDescriptor *file);
murgatroid99d2ee81f2016-02-26 11:10:33 -080027
28} // namespace grpc_node_generator
29
30#endif // GRPC_INTERNAL_COMPILER_NODE_GENERATOR_H