aboutsummaryrefslogtreecommitdiffstats
path: root/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysfs.h')
-rw-r--r--sysfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysfs.h b/sysfs.h
index 3acecc9..68ff808 100644
--- a/sysfs.h
+++ b/sysfs.h
@@ -3,6 +3,6 @@
int sysfs_read_str(char *sysfs_file,char *buf,size_t bufsize);
long int sysfs_read_long_int(char *sysfs_file);
-int sysfs_write_str(char *sysfs_file,char *value,int checkdelay);
+int sysfs_write_str(char *sysfs_file,char *value,long int checkdelay);
#endif