Commit c9d78bde by Vicent Martí

Merge pull request #863 from joshtriplett/export-git_attr_value

Export git_attr_value
parents 738837bd 5389005d
......@@ -96,7 +96,7 @@ typedef enum {
* @param attr The attribute
* @return the value type for the attribute
*/
git_attr_t git_attr_value(const char *attr);
GIT_EXTERN(git_attr_t) git_attr_value(const char *attr);
/**
* Check attribute flags: Reading values from index and working directory.
......
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