]> granicus.if.org Git - sudo/commitdiff
Add strub struct definitions for passwd, timeval and timespec
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 25 Nov 2004 17:20:57 +0000 (17:20 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 25 Nov 2004 17:20:57 +0000 (17:20 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 4e2ed4395d5ea5cfa3de7523a25ca0e76d74679d..ab1577cc9a053e7b98d7fe36c50aa872525c90ea 100644 (file)
--- 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
  */