pantry/projects/linux-pam.org/test.c

11 lines
208 B
C
Raw Normal View History

#include <stdio.h>
#include <stdlib.h>
#include <security/pam_appl.h>
#include <security/pam_client.h>
#include <security/_pam_compat.h>
#include <security/pam_ext.h>
int main() {
return EXIT_SUCCESS;
}