mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Clean up the `tests` folder to only contain _actual tests_. Since clar is now a reasonably external project, move it to `deps`.
8 lines
144 B
C
8 lines
144 B
C
#ifndef __CLAR_LIBGIT2_TRACE__
|
|
#define __CLAR_LIBGIT2_TRACE__
|
|
|
|
void cl_global_trace_register(void);
|
|
void cl_global_trace_disable(void);
|
|
|
|
#endif
|