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:
parent
b876ab3932
commit
3e81d4c4de
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue