Files
libgit2/deps/clar/clar_libgit2_trace.h
Edward Thomson 1424585fb6 tests: move clar to deps
Clean up the `tests` folder to only contain _actual tests_. Since clar
is now a reasonably external project, move it to `deps`.
2026-01-26 21:43:06 +00:00

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