diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-08-31 14:42:20 +0000 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2007-08-31 14:42:20 +0000 |
commit | a82c6b0476fac3fa5c46f542fa9a1eac79f855a8 (patch) | |
tree | 244fd79ee5f09a12ad909fe9935420c35caa559e /lib/error.h | |
parent | 02dc2e66796c57a8f1a5035764e824f7beb745b5 (diff) | |
download | lm-sensors-git-a82c6b0476fac3fa5c46f542fa9a1eac79f855a8.tar.gz |
Mass reindent, coding style and whitespace cleanups.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4736 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/error.h')
-rw-r--r-- | lib/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.h b/lib/error.h index 9ff72ffb..47febd68 100644 --- a/lib/error.h +++ b/lib/error.h @@ -39,7 +39,7 @@ extern "C" { /* This function returns a pointer to a string which describes the error. errnum may be negative (the corresponding positive error is returned). You may not modify the result! */ -extern const char *sensors_strerror(int errnum); +const char *sensors_strerror(int errnum); /* This function is called when a parse error is detected. Give it a new value, and your own function is called instead of the default (which |