Skip to content

Commit

Permalink
Update pdlua.c
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Sep 21, 2024
1 parent 2a628bc commit 0e27aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Control/lua/pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ static int pdlua_loader_legacy (t_canvas *canvas, char *name);
__declspec(dllexport)
#endif
#ifdef PLUGDATA
void pdlua_setup(const char *datadir, char *versbuf, int versbuf_length, void(*register_class_callback)(const char*));
void lua_setup(const char *datadir, char *versbuf, int versbuf_length, void(*register_class_callback)(const char*));
#else
void pdlua_setup (void);
void lua_setup (void);
#endif
/* end prototypes*/

Expand Down

0 comments on commit 0e27aa4

Please sign in to comment.