diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 23:16:00 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 23:16:00 -0700 |
| commit | 744dbff34969ef612b219cde5b8f116f3ae3d26f (patch) | |
| tree | 924ecc4db650e2161a47916ddff5d455315251a1 /pam/pam.h | |
| parent | 26b8a7195a3fa09ea1e6a8187e5785dd6d5245cd (diff) | |
Small fixes so "make lint" doesn't complain.
Diffstat (limited to 'pam/pam.h')
| -rw-r--r-- | pam/pam.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |