RMTT / lua-pam

A module for lua to use PAM.
MIT License
30 stars 10 forks source link

C linkage for static auth_current_user #8

Open locutus3009 opened 9 months ago

locutus3009 commented 9 months ago

Please prove me if I am wrong, but

static int auth_current_user(lua_State *L) { ...

must have a C linkage as well e.g. it must be enclosed in extern "C" {} because lua expects functions with C calling convention.

If you don't mind, I may prepare a MR