summaryrefslogtreecommitdiff
path: root/lib/data.h
diff options
context:
space:
mode:
authorFrodo Looijaard <frodol@dds.nl>1998-12-20 21:57:39 +0000
committerFrodo Looijaard <frodol@dds.nl>1998-12-20 21:57:39 +0000
commit1779b684c1f66c999e91ef603e36b0f9dea3ebbd (patch)
treebfe0e73a98cd68e51cfd9473402466962ecd6a4d /lib/data.h
parent750e0d00aa567991289efad0bb8fec9537647c40 (diff)
downloadlm-sensors-git-1779b684c1f66c999e91ef603e36b0f9dea3ebbd.tar.gz
More library stuff
Nice init and cleanup functions. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@97 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/data.h')
-rw-r--r--lib/data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/data.h b/lib/data.h
index 24ff9646..02f88343 100644
--- a/lib/data.h
+++ b/lib/data.h
@@ -22,8 +22,9 @@
#include "sensors.h"
-/* This header file contains all kinds of data structures which are
- internally used. */
+/* This header file contains all kinds of data structures which are used
+ for the representation of the config file data and the /proc/.../chips
+ data. */
typedef enum sensors_operation {
sensors_add, sensors_sub, sensors_multiply, sensors_divide,