1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

csa: specify correct time_t type in _DtCm_print_tick() prototype

This commit is contained in:
Jon Trulson 2021-08-07 18:32:33 -06:00
parent b876ab3932
commit 3e81d4c4de

View file

@ -39,7 +39,7 @@
#define DP(a) #define DP(a)
#endif /* CM_DEBUG */ #endif /* CM_DEBUG */
extern void _DtCm_print_tick(long); extern void _DtCm_print_tick(time_t t);
extern void _DtCm_print_errmsg(const char *); extern void _DtCm_print_errmsg(const char *);