mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 04:34:15 +00:00
Fix a couple function signatures
This commit is contained in:
parent
7f2c1469f8
commit
95746a57c7
@ -68,7 +68,7 @@ GIT_EXTERN(int) git_stash_save(
|
||||
git_repository *repo,
|
||||
const git_signature *stasher,
|
||||
const char *message,
|
||||
unsigned int flags);
|
||||
uint32_t flags);
|
||||
|
||||
/** Stash application flags. */
|
||||
typedef enum {
|
||||
|
@ -1399,7 +1399,7 @@ int git_path_dirload(
|
||||
git_vector *contents,
|
||||
const char *path,
|
||||
size_t prefix_len,
|
||||
unsigned int flags)
|
||||
uint32_t flags)
|
||||
{
|
||||
git_path_diriter iter = GIT_PATH_DIRITER_INIT;
|
||||
const char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user