2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Move two struct forward declarations from sudo.h to missing.h

This commit is contained in:
Todd C. Miller 2009-10-18 17:45:21 +00:00
parent 27b221e439
commit 773865eb17
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,9 @@
/* Functions "missing" from libc. */
struct timeval;
struct timespec;
#ifndef HAVE_CLOSEFROM
void closefrom __P((int));
#endif

2
sudo.h
View File

@ -191,8 +191,6 @@ struct sudo_user {
struct lbuf;
struct passwd;
struct timespec;
struct timeval;
/*
* Function prototypes