X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=item.h;h=0457099d6d682b199ba917b4da959b78e9269545;hp=477be22dbfaec806d4a531d07d31d41e76d28f91;hb=ccc2274465fa1d9c23dcb6fa8a85d5c99b949aa7;hpb=97cfe6bb8ce6bfcfde246041e1ed17bc3770d24e diff --git a/item.h b/item.h index 477be22..0457099 100644 --- a/item.h +++ b/item.h @@ -12,6 +12,6 @@ typedef struct symbol_t* lookahead; } item_t; -GHashTable* item_set_collection (Grammar*, GHashTable*, symbol_t*); +GHashTable* item_set_collection (grammar_t*, GHashTable*, symbol_t*); #endif