Skip to content

Commit

Permalink
add prototype for luaopen_test_iface
Browse files Browse the repository at this point in the history
  • Loading branch information
artgreen committed Apr 19, 2023
1 parent 4726561 commit 3586bd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testiface.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ void setCollectionValue(Collection *collection, size_t index, int value);
// Function to get a value from a collection
int getCollectionValue(Collection *collection, size_t index);

// Function to initialize the module
int luaopen_test_iface(lua_State *L);
#endif

0 comments on commit 3586bd3

Please sign in to comment.