Files
msteinert-go-pam/golang-pam.h
Victor van Poppelen 65c1bc251c Package naming
2014-04-03 13:28:10 -04:00

12 lines
244 B
C

#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);