summaryrefslogtreecommitdiffstats
path: root/linux/Battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Battery.h')
-rw-r--r--linux/Battery.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/Battery.h b/linux/Battery.h
index 261cff05..065895c5 100644
--- a/linux/Battery.h
+++ b/linux/Battery.h
@@ -1,5 +1,3 @@
-/* Do not edit this file. It was automatically generated. */
-
#ifndef HEADER_Battery
#define HEADER_Battery
/*
@@ -29,6 +27,6 @@ Linux battery readings written by Ian P. Hands (iphands@gmail.com, ihands@redhat
// READ FROM /sys
// ----------------------------------------
-extern void Battery_getData(double* level, ACPresence* isOnAC);
+void Battery_getData(double* level, ACPresence* isOnAC);
#endif