Hash : 0da2c700 Author : Date : 2011-05-17T15:09:30
Download
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef INCLUDE_config_h__ #define INCLUDE_config_h__ #include "git2.h" #include "git2/config.h" #include "vector.h" struct git_config { git_vector backends; }; #endif