mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
11 lines
208 B
C
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;
|
||
|
}
|