1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-26 21:54:15 +01:00
yubico-pam/drop_privs.h

10 lines
185 B
C
Raw Normal View History

#ifndef __PAM_YUBICO_DROP_PRIVS_H_INCLUDED__
#define __PAM_YUBICO_DROP_PRIVS_H_INCLUDED__
#include <pwd.h>
int drop_privileges(struct passwd *);
int restore_privileges(void);
#endif