csa: specify correct time_t type in _DtCm_print_tick() prototype
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#define DP(a)
|
||||
#endif /* CM_DEBUG */
|
||||
|
||||
extern void _DtCm_print_tick(long);
|
||||
extern void _DtCm_print_tick(time_t t);
|
||||
|
||||
extern void _DtCm_print_errmsg(const char *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user