summaryrefslogtreecommitdiffstats
path: root/btime/btime.h
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-09-13 15:48:30 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:44 -0400
commitc38e0fba0a10d5af0bb25f674177cb6404f73991 (patch)
tree9e77bcfd7b48187972a951f9cd1a08351d7f01bf /btime/btime.h
parent89f8670f4e60cfafbb153bef681b6ada593ea626 (diff)
downloadqarsh-c38e0fba0a10d5af0bb25f674177cb6404f73991.tar.gz
qarsh-c38e0fba0a10d5af0bb25f674177cb6404f73991.tar.xz
qarsh-c38e0fba0a10d5af0bb25f674177cb6404f73991.zip
Copy btime and qarsh over from sistina-test tree
Diffstat (limited to 'btime/btime.h')
-rw-r--r--btime/btime.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/btime/btime.h b/btime/btime.h
new file mode 100644
index 0000000..41d3e39
--- /dev/null
+++ b/btime/btime.h
@@ -0,0 +1,10 @@
+/*
+ * btime.h --
+ */
+
+#ifndef __BTIME_H
+#define __BTIME_H
+
+extern unsigned int btime(const char *host);
+
+#endif /* __BTIME_H */