Unverified Commit 7198d345 by Edward Thomson Committed by GitHub

Merge pull request #5310 from lberk/compat-git-attr-t

Add compat typdef for git_attr_t
parents 7805122b 5ace4ccf
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#ifndef INCLUDE_git_deprecated_h__ #ifndef INCLUDE_git_deprecated_h__
#define INCLUDE_git_deprecated_h__ #define INCLUDE_git_deprecated_h__
#include "attr.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "blame.h" #include "blame.h"
...@@ -66,6 +67,8 @@ GIT_BEGIN_DECL ...@@ -66,6 +67,8 @@ GIT_BEGIN_DECL
#define GIT_ATTR_FALSE(attr) GIT_ATTR_IS_FALSE(attr) #define GIT_ATTR_FALSE(attr) GIT_ATTR_IS_FALSE(attr)
#define GIT_ATTR_UNSPECIFIED(attr) GIT_ATTR_IS_UNSPECIFIED(attr) #define GIT_ATTR_UNSPECIFIED(attr) GIT_ATTR_IS_UNSPECIFIED(attr)
typedef git_attr_value_t git_attr_t;
/**@}*/ /**@}*/
/** @name Deprecated Blob Functions /** @name Deprecated Blob Functions
......
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