~kris/suckless

slock

ref: d06ca3a607e4313b495f37a7e27cbe087995fa09 slock/patch/pamauth.h -rw-r--r-- 216 bytes
d06ca3a6 — bakkeby Makefile: be verbose and remove options 2 years 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};