/* * btime.h -- */ #ifndef __BTIME_H #define __BTIME_H extern unsigned int btime(const char *host); #endif /* __BTIME_H */