diff options
Diffstat (limited to 'src/plugins/fs/helper.h')
-rw-r--r-- | src/plugins/fs/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/helper.h b/src/plugins/fs/helper.h index 24186aa7..72938fc3 100644 --- a/src/plugins/fs/helper.h +++ b/src/plugins/fs/helper.h | |||
@@ -35,6 +35,6 @@ | |||
35 | * @return OK on success, SYSERR on error | 35 | * @return OK on success, SYSERR on error |
36 | */ | 36 | */ |
37 | int parseTime(const char * t, | 37 | int parseTime(const char * t, |
38 | cron_t * val); | 38 | TIME_T * val); |
39 | 39 | ||
40 | #endif | 40 | #endif |