Update idl.h

This commit is contained in:
Raman 2016-07-09 12:28:02 +02:00 committed by GitHub
parent 248432b92d
commit 71d30d5c02
1 changed files with 2 additions and 4 deletions

View File

@ -646,12 +646,10 @@ extern bool GenerateGeneral(const Parser &parser,
// Generate a schema file from the internal representation, useful after
// parsing a .proto schema.
extern std::string GenerateFBS(const Parser &parser,
const std::string &file_name,
const bool &escape_proto_identifiers);
const std::string &file_name);
extern bool GenerateFBS(const Parser &parser,
const std::string &path,
const std::string &file_name,
const bool &escape_proto_identifiers);
const std::string &file_name);
// Generate a make rule for the generated JavaScript code.
// See idl_gen_js.cpp.