mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 22:25:34 +00:00
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
|