summaryrefslogtreecommitdiffstats
path: root/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'btime.h')
-rw-r--r--btime.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/btime.h b/btime.h
new file mode 100644
index 0000000..41d3e39
--- /dev/null
+++ b/btime.h
@@ -0,0 +1,10 @@
+/*
+ * btime.h --
+ */
+
+#ifndef __BTIME_H
+#define __BTIME_H
+
+extern unsigned int btime(const char *host);
+
+#endif /* __BTIME_H */