summaryrefslogtreecommitdiffstats
path: root/openbsd/Battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Battery.h')
-rw-r--r--openbsd/Battery.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/openbsd/Battery.h b/openbsd/Battery.h
new file mode 100644
index 00000000..b1a4982e
--- /dev/null
+++ b/openbsd/Battery.h
@@ -0,0 +1,16 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_Battery
+#define HEADER_Battery
+/*
+htop - openbsd/Battery.h
+(C) 2015 Hisham H. Muhammad
+(C) 2015 Michael McConville
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+void Battery_getData(double* level, ACPresence* isOnAC);
+
+
+#endif