summaryrefslogtreecommitdiffstats
path: root/btime.h
blob: 41d3e396493e30ac4c9d40ffec388588a54b0ece (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * btime.h --
 */

#ifndef __BTIME_H
#define __BTIME_H

extern unsigned int btime(const char *host);

#endif /* __BTIME_H */