~kris/suckless

slock

ref: 3f2ac9baec092def7ca42772a007253936b4feec slock/patch/pamauth.h -rw-r--r-- 216 bytes
3f2ac9ba — bakkeby dwmlogo: avoid defining BACKGROUND colour if BLUR_PIXELATED_SCREEN_PATCH is enabled ref. #5 5 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};