diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-10 06:45:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-10 06:45:13 +0000 |
commit | f52a0005ece044a50595a03f786d0d29d08b41fb (patch) | |
tree | 8896ba209bc14900cab276cc4475db6f09d0bbf1 /usr.bin/sudo/sudo.h | |
parent | e3981c5afb17f67e9ac5a94b949bbfac1bcc20b1 (diff) |
sudo 1.6.1
Diffstat (limited to 'usr.bin/sudo/sudo.h')
-rw-r--r-- | usr.bin/sudo/sudo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sudo/sudo.h b/usr.bin/sudo/sudo.h index e0ee04f7019..93527a475ca 100644 --- a/usr.bin/sudo/sudo.h +++ b/usr.bin/sudo/sudo.h @@ -31,7 +31,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Sudo: sudo.h,v 1.163 1999/09/08 08:06:17 millert Exp $ + * $Sudo: sudo.h,v 1.164 1999/12/02 20:31:24 millert Exp $ */ #ifndef _SUDO_SUDO_H @@ -193,6 +193,7 @@ void dump_defaults __P((void)); void dump_auth_methods __P((void)); int lock_file __P((int, int)); int touch __P((char *, time_t)); +void set_fqdn __P((void)); YY_DECL; /* Only provide extern declarations outside of sudo.c. */ |