This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-erlfdb.git
The following commit(s) were added to refs/heads/main by this push:
new 11938e1 Fix C prototype declaration to match implementation
11938e1 is described below
commit 11938e14c69659e671dc375a540da27b5a994eb4
Author: Jesse Stimpson <[email protected]>
AuthorDate: Thu Oct 12 14:33:07 2023 -0400
Fix C prototype declaration to match implementation
---
c_src/atoms.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c_src/atoms.h b/c_src/atoms.h
index 79ddd08..2d5ae87 100644
--- a/c_src/atoms.h
+++ b/c_src/atoms.h
@@ -22,7 +22,7 @@
#undef ATOM_MAP
-void erlfdb_init_atoms();
+void erlfdb_init_atoms(ErlNifEnv* env);
#endif // Included atoms.h
\ No newline at end of file