Skip to content

Commit 11938e1

Browse files
jessestimpsonnickva
authored andcommitted
Fix C prototype declaration to match implementation
1 parent 46af08f commit 11938e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_src/atoms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#undef ATOM_MAP
2323

2424

25-
void erlfdb_init_atoms();
25+
void erlfdb_init_atoms(ErlNifEnv* env);
2626

2727

2828
#endif // Included atoms.h

0 commit comments

Comments
 (0)