summaryrefslogtreecommitdiffstats
path: root/mod_authnz_pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_authnz_pam.c')
-rw-r--r--mod_authnz_pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_authnz_pam.c b/mod_authnz_pam.c
index 35bcef5..2463982 100644
--- a/mod_authnz_pam.c
+++ b/mod_authnz_pam.c
@@ -46,7 +46,7 @@ static const command_rec authnz_pam_cmds[] = {
{NULL}
};
-int pam_authenticate_conv(int num_msg, const struct pam_message ** msg, struct pam_response ** resp, void * appdata_ptr) {
+static int pam_authenticate_conv(int num_msg, const struct pam_message ** msg, struct pam_response ** resp, void * appdata_ptr) {
struct pam_response * response = NULL;
if (!msg || !resp || !appdata_ptr)
return PAM_CONV_ERR;