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