diff options
| author | Sven Strickroth <email@cs-ware.de> | 2012-09-29 21:26:32 +0200 | 
|---|---|---|
| committer | Sven Strickroth <email@cs-ware.de> | 2012-09-29 21:31:19 +0200 | 
| commit | 19aa8416e59e6c8f01c6b850ce6bb3e2f7457236 (patch) | |
| tree | 76f5b26fd7fe5c12fc0eb50ac8d44b5694f12c17 /src/config.h | |
| parent | dee18b825afd031e8f124a9b2d2a578a79988eda (diff) | |
| download | libgit2-19aa8416e59e6c8f01c6b850ce6bb3e2f7457236.tar.gz | |
Silence MinGW warnings
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 5475ef384..4e451a23f 100644 --- a/src/config.h +++ b/src/config.h @@ -24,6 +24,7 @@ struct git_config {  };  extern int git_config_find_global_r(git_buf *global_config_path); +extern int git_config_find_xdr_r(git_buf *system_config_path);  extern int git_config_find_system_r(git_buf *system_config_path);  extern int git_config_parse_bool(int *out, const char *bool_string);  | 
