summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pam_LOCAL_domain.h
blob: 6cac6075a1a8df4cf075e754bb324c93224b926a (plain)
1
2
3
4
5
6
7
8
9
#ifndef __PAM_LOCAL_DOMAIN_H__
#define __PAM_LOCAL_DOMAIN_H__

#include "responder/pam/pamsrv.h"

int LOCAL_pam_handler(struct cli_ctx *cctx, pam_dp_callback_t callback,
                      struct pam_data *pd);

#endif /* __PAM_LOCAL_DOMAIN_H__ */