csa: specify correct time_t type in _DtCm_print_tick() prototype
This commit is contained in:
parent
b876ab3932
commit
3e81d4c4de
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue