~kris/suckless

slock

ref: 263310fe63eed7fc536c100ea42626edce33a946 slock/patch/pamauth.h -rw-r--r-- 216 bytes
263310fe — bakkeby background iamge: bail early if the image could not be loaded from path 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};