summaryrefslogtreecommitdiffstats
path: root/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'btime.h')
-rw-r--r--btime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/btime.h b/btime.h
index d590b25..f5f6fc9 100644
--- a/btime.h
+++ b/btime.h
@@ -25,4 +25,7 @@
extern unsigned int btime(const char *host);
+int btime_init(const char *host);
+unsigned int btime_do(const int sd);
+
#endif /* __BTIME_H */