~kris/suckless

slock

ref: ec9c01c2d485d09614cfa251ca6600a045113f46 slock/patch/pamauth.h -rw-r--r-- 216 bytes
ec9c01c2 — bakkeby quick cancel: allow cancelling by key press in addition to mouse movement ref. #11 1 year, 1 month 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};