Commit 35d2e449 by nulltoken

checkout: cleanup misplaced declaration

parent ced8d142
...@@ -22,9 +22,6 @@ ...@@ -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, ...@@ -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 @@ ...@@ -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, ...@@ -247,8 +245,3 @@ int git_clone(git_repository **out,
return retcode; return retcode;
} }
GIT_END_DECL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment