2
0
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:
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_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
*/ */