Added function to get first from sequence of grammar symbols
[cascardo/grammar.git] / first.h
diff --git a/first.h b/first.h
index 1f0794c..29bf501 100644 (file)
--- a/first.h
+++ b/first.h
@@ -5,5 +5,6 @@
 
 GHashTable* grammar_first (Grammar*);
 GList* first_get (GHashTable*, symbol_t*);
+GList* first_rule (GHashTable*, rule_t*);
 
 #endif