Updated to match current code.google.com/p/gopam

This commit is contained in:
Victor van Poppelen
2014-04-03 13:11:40 -04:00
parent ae2ede3e76
commit 4c91b63e1e
10 changed files with 3 additions and 139 deletions

11
gopam.h Normal file
View File

@@ -0,0 +1,11 @@
#include <security/pam_appl.h>
#include <stdlib.h>
typedef struct {
const char *str;
int status;
} get_item_result;
get_item_result pam_get_item_string(pam_handle_t *handle, int type);
struct pam_conv* make_gopam_conv(void *goconv);