aboutsummaryrefslogtreecommitdiffstats
path: root/trace.h
blob: cf631cc1fb11e43e2cdcf8be9b7d99573bfbfc7e (plain)
1
2
3
4
5
6
7
#ifndef PACK_TRACE_H
#define PACK_TRACE_H

void tr_call(const char *fmt, ...);
void tr_debug(const char *fmt, ...);

#endif // !PACK_TRACE_H