~kris/suckless

slock

ref: 72023758232e708018d3c7b0b324e61f55cb5c9b slock/patch/pamauth.h -rw-r--r-- 216 bytes
72023758 — bakkeby simplify post-lock cmd and die if it fails 1 year, 6 months 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};