~kris/suckless

slock

ref: 3fc1818219dc28817a0df53c2f0108b763941e74 slock/patch/pamauth.h -rw-r--r-- 216 bytes
3fc18182 — bakkeby alpha: reverting alpha value back to float and casting to double instead ref. #13 1 year, 14 days ago
                                                                                
1
2
3
4
5
#include <security/pam_appl.h>
#include <security/pam_misc.h>

static int pam_conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr);
struct pam_conv pamc = {pam_conv, NULL};