/* This software is licensed under GPL-3, as shown in the file LICENSE Author: Linux Gruppe IRB Copyright: Linux Gruppe IRB, 2024 */ #ifndef _AUTH_H #define _AUTH_H #include #include #include int auth(pam_handle_t *pamh, struct passwd *passwd, CURL *curl); #endif