summaryrefslogtreecommitdiff
path: root/lib/init.h
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-09-05 20:10:00 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-09-05 20:10:00 +0000
commit661a24b76be1a882f152802c412e0471c7776253 (patch)
tree59ecb4161feaea9c895651a601d0ad1531d82981 /lib/init.h
parent74d032d4c24adb7639a1c84f2c8e7f4dddbac82d (diff)
downloadlm-sensors-661a24b76be1a882f152802c412e0471c7776253.tar.gz
Warning fix.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4778 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/init.h')
-rw-r--r--lib/init.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/init.h b/lib/init.h
new file mode 100644
index 00000000..6b7cd786
--- /dev/null
+++ b/lib/init.h
@@ -0,0 +1,27 @@
+/*
+ data.h - Part of libsensors, a Linux library for reading sensor data.
+ Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#ifndef LIB_SENSORS_INIT_H
+#define LIB_SENSORS_INIT_H
+
+#include "data.h"
+
+void free_expr(sensors_expr *expr);
+
+#endif /* def LIB_SENSORS_INIT_H */