summaryrefslogtreecommitdiff
path: root/sudo.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1996-03-11 01:16:09 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1996-03-11 01:16:09 +0000
commitd961f30c9ff2cc338a33927a5e59f1a8c6b7263d (patch)
treed6f952d2042b9bfdb880d9150c4d730684d466ae /sudo.h
parent33dbf57a9e33a836695a0c86441a9a7c00d02c85 (diff)
downloadsudo-d961f30c9ff2cc338a33927a5e59f1a8c6b7263d.tar.gz
added support for shost if FQDN
Diffstat (limited to 'sudo.h')
-rw-r--r--sudo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sudo.h b/sudo.h
index 949393d57..d96446860 100644
--- a/sudo.h
+++ b/sudo.h
@@ -186,6 +186,9 @@ void load_interfaces __P((void));
*/
#ifndef MAIN
extern char host[];
+#ifdef FQDN
+extern char shost[];
+#endif /* FQDN */
extern char cwd[];
extern struct interface *interfaces;
extern int num_interfaces;