Move more chars.

This commit is contained in:
Elliot Glaysher 2018-12-04 16:20:22 -08:00
parent ee38b88188
commit 36f2152e61
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
/* u3t_event_trace(): record a lifecycle event.
*/
void
u3t_event_trace(const char* name, char type);
u3t_event_trace(const c3_c* name, c3_c type);
/* u3t_damp(): print and clear profile data.
*/

View File

@ -470,7 +470,7 @@ u3t_nock_trace_pop()
/* u3t_event_trace(): dumps a simple event from outside nock.
*/
void
u3t_event_trace(const char* name, char type)
u3t_event_trace(const c3_c* name, c3_c type)
{
if (!trace_file_u)
return;