From: Todd C. Miller Date: Thu, 25 Nov 2004 17:20:57 +0000 (+0000) Subject: Add strub struct definitions for passwd, timeval and timespec X-Git-Tag: SUDO_1_7_0~783 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d72a4e9c24014dc4c4e90d690e1a274d46ddc060;p=sudo Add strub struct definitions for passwd, timeval and timespec --- diff --git a/sudo.h b/sudo.h index 4e2ed4395..ab1577cc9 100644 --- a/sudo.h +++ b/sudo.h @@ -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 */