aboutsummaryrefslogtreecommitdiff
path: root/pam/pam.h
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 23:16:00 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 23:16:00 -0700
commit744dbff34969ef612b219cde5b8f116f3ae3d26f (patch)
tree924ecc4db650e2161a47916ddff5d455315251a1 /pam/pam.h
parent26b8a7195a3fa09ea1e6a8187e5785dd6d5245cd (diff)
Small fixes so "make lint" doesn't complain.
Diffstat (limited to 'pam/pam.h')
-rw-r--r--pam/pam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pam/pam.h b/pam/pam.h
index 9f3cdb2..09afb2e 100644
--- a/pam/pam.h
+++ b/pam/pam.h
@@ -23,7 +23,7 @@
#include <security/pam_appl.h>
// Conversation that will call back into Go code when appropriate.
-const struct pam_conv conv;
+const struct pam_conv *goConv;
// CleaupFuncs are used to cleanup specific PAM data.
typedef void (*CleanupFunc)(pam_handle_t *pamh, void *data, int error_status);