Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clar_libgit2_trace.h « tests - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09d1e050f846b475c3e3a415a8260b8878ac2aef (plain)
1
2
3
4
5
6
7
#ifndef __CLAR_LIBGIT2_TRACE__
#define __CLAR_LIBGIT2_TRACE__

void cl_global_trace_register(void);
void cl_global_trace_disable(void);

#endif