pantry/projects/linux-pam.org/test.c
Andrii Riabchenko 761fec27f2 new file: projects/linux-pam.org/package.yml
new file:   projects/linux-pam.org/test.c
2023-10-09 16:31:17 -04:00

11 lines
208 B
C

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