2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add strub struct definitions for passwd, timeval and timespec

This commit is contained in:
Todd C. Miller
2004-11-25 17:20:57 +00:00
parent 33db4b2edb
commit d72a4e9c24

4
sudo.h
View File

@@ -161,6 +161,10 @@ struct sudo_user {
#define TGP_ECHO 0x01 /* leave echo on when reading passwd */
#define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */
struct passwd;
struct timespec;
struct timeval;
/*
* Function prototypes
*/