summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 8424acb2..36b5ef58 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -79,13 +79,13 @@ struct netnode
};
/* Socket file descriptor for talking to RPC servers. */
-int main_udp_socket;
+extern int main_udp_socket;
/* Our hostname */
-char *hostname;
+extern char *hostname;
/* The current time */
-volatile struct mapped_time_value *mapped_time;
+extern volatile struct mapped_time_value *mapped_time;
/* Some tunable parameters */