diff options
Diffstat (limited to 'rdate.c')
-rw-r--r-- | rdate.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,10 +39,10 @@ | |||
39 | 39 | ||
40 | static const int RFC_868_BIAS = 2208988800UL; | 40 | static const int RFC_868_BIAS = 2208988800UL; |
41 | 41 | ||
42 | int setdate= 0; | 42 | static int setdate= 0; |
43 | int printdate= 0; | 43 | static int printdate= 0; |
44 | 44 | ||
45 | time_t askremotedate(char *host) | 45 | static time_t askremotedate(char *host) |
46 | { | 46 | { |
47 | struct hostent *h; | 47 | struct hostent *h; |
48 | struct sockaddr_in sin; | 48 | struct sockaddr_in sin; |