From f041775bb965613a2241facdf3d35f6ed3463c02 Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Fri, 7 Jun 2013 22:38:26 +0200
Subject: [PATCH] declare h_cfgrammar_new in cfgrammar.h

---
 src/cfgrammar.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cfgrammar.h b/src/cfgrammar.h
index a5de4d6b..62b3320c 100644
--- a/src/cfgrammar.h
+++ b/src/cfgrammar.h
@@ -60,6 +60,8 @@ static inline HStringMap *h_stringmap_get_char(const HStringMap *m, const uint8_
  */
 HCFGrammar *h_cfgrammar(HAllocator* mm__, const HParser *parser);
 
+HCFGrammar *h_cfgrammar_new(HAllocator *mm__);
+
 /* Frees the given grammar and associated data.
  * Does *not* free parsers' CFG forms as created by h_desugar.
  */
-- 
GitLab