mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 15:25:58 +00:00
Add strub struct definitions for passwd, timeval and timespec
This commit is contained in:
4
sudo.h
4
sudo.h
@@ -161,6 +161,10 @@ struct sudo_user {
|
|||||||
#define TGP_ECHO 0x01 /* leave echo on when reading passwd */
|
#define TGP_ECHO 0x01 /* leave echo on when reading passwd */
|
||||||
#define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */
|
#define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */
|
||||||
|
|
||||||
|
struct passwd;
|
||||||
|
struct timespec;
|
||||||
|
struct timeval;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Function prototypes
|
* Function prototypes
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user