warnings: fix -Wmissing-prototypes issues

* src/counterexample.c, src/lssi.c, src/parse-simulation.c,
* src/state-item.c:
Here.
This commit is contained in:
Akim Demaille
2020-06-03 08:26:23 +02:00
parent 7e16bd2cae
commit ae03b16785
4 changed files with 26 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ hash_pair_free (hash_pair *hp)
free (hp);
}
Hash_table *
static Hash_table *
hash_pair_table_create (int size)
{
return hash_xinitialize (size,
@@ -333,7 +333,7 @@ gen_lookaheads (void)
bitsetv firsts = NULL;
void
static void
init_firsts (void)
{
firsts = bitsetv_create (nvars, nsyms, BITSET_FIXED);