mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 11:19:47 +00:00
checkout: cleanup misplaced declaration
This commit is contained in:
parent
ced8d1420a
commit
35d2e449bd
@ -22,9 +22,6 @@
|
|||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
|
|
||||||
GIT_BEGIN_DECL
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct tree_walk_data
|
typedef struct tree_walk_data
|
||||||
{
|
{
|
||||||
git_indexer_stats *stats;
|
git_indexer_stats *stats;
|
||||||
@ -226,6 +223,3 @@ int git_checkout_reference(git_reference *ref,
|
|||||||
git_reference_free(head);
|
git_reference_free(head);
|
||||||
return retcode;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GIT_END_DECL
|
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
||||||
GIT_BEGIN_DECL
|
|
||||||
|
|
||||||
struct HeadInfo {
|
struct HeadInfo {
|
||||||
git_repository *repo;
|
git_repository *repo;
|
||||||
git_oid remote_head_oid;
|
git_oid remote_head_oid;
|
||||||
@ -247,8 +245,3 @@ int git_clone(git_repository **out,
|
|||||||
|
|
||||||
return retcode;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
GIT_END_DECL
|
|
||||||
|
Loading…
Reference in New Issue
Block a user